diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 13 |
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> | ||