summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
authorMarina Jäntti <mjantti@local>2023-11-01 02:45:15 +0200
committerMarina Jäntti <mjantti@local>2023-11-01 02:45:15 +0200
commitd67248c6cab9145ad88d5c16584b58abc7055676 (patch)
treecd655a78837e2908ae42e8b58e904c2603a49e2a /static/index.html
parent59a6f10326bc785b84620426c3e5b1405ab6ca39 (diff)
Just initial structure and testing out cookies
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html
new file mode 100644
index 0000000..c651142
--- /dev/null
+++ b/static/index.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="fi">
+<head>
+ <title>Kyselmä</title>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta author="Viljami Ilola">
+ <link rel="stylesheet" href="menu.css">
+ <link rel="stylesheet" href="pages.css">
+ <link rel="icon" type="image/svg+xml" href="kyselma.svg">
+ <script src="menu.js"></script>
+</head>
+<body></body>
+</html> \ No newline at end of file