summaryrefslogtreecommitdiff
path: root/index.html
blob: 298723e3a78a7656d639a4ea383b7a304897adb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Tabula Rasa</title>
    <link rel="stylesheet" href="style.css">
    <script src="csp.js"></script>
    <script src="tabularasa.js" defer></script>
  </head>
  <body>
    <div id="anchor" />
  </body>
</html>