commit 32ddb37284aaa9ae1645ea78e496a6b32633c6c5
parent 42aef115a2ba2b80e0148562e1c97c80bd9a7d61
Author: Joris Vink <joris@coders.se>
Date: Wed, 15 Jun 2022 14:44:04 +0200
fix path to CSS
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/index.html.start b/www/index.html.start
@@ -3,7 +3,7 @@
<head>
<title>secnote - A way to document security critical code</title>
-<link rel="stylesheet" href="/style.css" />
+<link rel="stylesheet" href="/secnote/style.css" />
</head>
<body>