Makes style.css relative.

wch-ch32v003
Felix "xq" Queißner 2 years ago
parent 486ed416ae
commit 6b6b0fe980

@ -588,7 +588,7 @@ const Website = struct {
\\ <meta charset="utf-8"> \\ <meta charset="utf-8">
\\ <meta name="viewport" content="width=device-width, initial-scale=1"> \\ <meta name="viewport" content="width=device-width, initial-scale=1">
\\ <title>ZEG</title> \\ <title>ZEG</title>
\\ <link rel="stylesheet" href="/style.css"> \\ <link rel="stylesheet" href="style.css">
\\</head> \\</head>
\\<body> \\<body>
); );

Loading…
Cancel
Save