cryptpadtab

encrypted notes in a browser tab  https://p.ce9e.org/cryptpadtab/
git clone https://git.ce9e.org/cryptpadtab.git

commit
2a8312a23f50ffd79b8a8107b18eed0bb5e95a97
parent
a28e3665c4c05ac1f285e7252ade7769e73fa2b0
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-05-29 16:35
fix static links

Diffstat

M index.html 4 ++--

1 files changed, 2 insertions, 2 deletions


diff --git a/index.html b/index.html

@@ -5,10 +5,10 @@
    5     5 	<title>cryptpadtab</title>
    6     6 	<meta http-equiv="Content-Security-Policy" content="default-src 'self'">
    7     7 	<meta name="viewport" content="width=device-width">
    8    -1 	<link rel="stylesheet" href="/static/style.css">
   -1     8 	<link rel="stylesheet" href="static/style.css">
    9     9 </head>
   10    10 <body>
   11    11 	<textarea autocomplete="off" autofocus></textarea>
   12    -1 	<script type="module" src="/static/main.js"></script>
   -1    12 	<script type="module" src="static/main.js"></script>
   13    13 </body>
   14    14 </html>