diff options
Diffstat (limited to 'static/index.html')
-rw-r--r-- | static/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/index.html b/static/index.html index 2e93fb3..bb680d1 100644 --- a/static/index.html +++ b/static/index.html | |||
@@ -3,11 +3,11 @@ | |||
3 | <head> | 3 | <head> |
4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
5 | <title>halfnarp web scheduling helper app</title> | 5 | <title>halfnarp web scheduling helper app</title> |
6 | <link rel="stylesheet" href="/static/style_38c3.css"> | 6 | <link rel="stylesheet" href="style_38c3.css"> |
7 | <link rel="stylesheet" href="/static/style_38c3_tables.css"> | 7 | <link rel="stylesheet" href="style_38c3_tables.css"> |
8 | <script src="/static/jquery-3.7.1.min.js"></script> | 8 | <script src="jquery-3.7.1.min.js"></script> |
9 | <script src="/static/jquery.qrcode.min.js"></script> | 9 | <script src="jquery.qrcode.min.js"></script> |
10 | <script src="/static/halfnarp.js"></script> | 10 | <script src="halfnarp.js"></script> |
11 | <script> | 11 | <script> |
12 | $( document ).ready(function() { do_the_halfnarp(); }); | 12 | $( document ).ready(function() { do_the_halfnarp(); }); |
13 | </script> | 13 | </script> |