aboutsummaryrefslogtreecommitdiff
path: root/app/index.html
blob: 7dad4724c79e3ac66bcb1f2ef8ffaa263830b6b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="description" content="A forum for the year 3000">
    <meta name="robots" content="noindex, nofollow" />

    <title>Forum.</title>

    <script defer src="./application.js"></script>

    <link href="./css/style.css" rel="stylesheet">
  </head>
  <body>
  </body>
</html>