aboutsummaryrefslogtreecommitdiffstats
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..abb347e
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Ramaskrik Program</title>
+ <link rel="stylesheet" href="/app.css">
+ <script type="text/javascript" src="/js/app.js"></script>
+ </head>
+ <body>
+ <h1>Ramaskrik 2019</h1>
+ </body>
+</html>