aboutsummaryrefslogtreecommitdiffstats
path: root/app/index.html
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2025-02-19 21:03:19 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2025-02-19 21:03:21 +0100
commitcf20ad648a6654d2184b0b6f528d698a4fbc0b63 (patch)
treea340eeee92c317de1b3c7321b6959e747e9fdbaf /app/index.html
init
basic haskell-halogen project, `app/Main.hs` from Swordlash/haskell-halogen@0db1410e5bf2a383148fa067ae46a986a87c30c4
Diffstat (limited to 'app/index.html')
-rw-r--r--app/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/index.html b/app/index.html
new file mode 100644
index 0000000..a8e9c48
--- /dev/null
+++ b/app/index.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <link rel='stylesheet' href="base.css" />
+ <link rel='stylesheet' href="index.css" />
+ </head>
+ <body>
+ <script src='all.js'></script>
+ </body>
+</html>