diff options
author | Tuomas Klavér <tklavr@local> | 2023-11-20 02:04:12 +0200 |
---|---|---|
committer | Tuomas Klavér <tklavr@local> | 2023-11-20 02:04:12 +0200 |
commit | d13d4860f3d5b51d659379aa8a38742bfe49bf37 (patch) | |
tree | eaf65876d9a4497f282dab300007338144c53001 /static/index.html | |
parent | 4724a8667371abcf8b0a5a7355a7c2588841c135 (diff) |
Questions now shows up. DB -> JSON -> JS -> DOM
Diffstat (limited to 'static/index.html')
-rw-r--r-- | static/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html index d726587..6c7917b 100644 --- a/static/index.html +++ b/static/index.html @@ -7,6 +7,7 @@ <meta author="Viljami Ilola"> <link rel="stylesheet" href="menu.css"> <link rel="stylesheet" href="pages.css"> + <link rel="stylesheet" href="kyselma.css"> <link rel="icon" type="image/svg+xml" href="kyselma.svg"> <script src="menu.js"></script> </head> |