summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..298723e
--- /dev/null
+++ b/index.html
@@ -0,0 +1,13 @@
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>Tabula Rasa</title>
6 <link rel="stylesheet" href="style.css">
7 <script src="csp.js"></script>
8 <script src="tabularasa.js" defer></script>
9 </head>
10 <body>
11 <div id="anchor" />
12 </body>
13</html>