Fixed css file path in html head

This commit is contained in:
¨J-onasJones¨ 2025-03-19 17:50:34 +01:00
parent 717ef1c7e5
commit c95179951f

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="de">
<head>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="/index.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rede von ${s.speakerName} <#if s.fraction??> (${s.fraction}) </#if></title>