]> git.r.bdr.sh - rbdr/forum/blame - app/index.html
Add svelte frontend
[rbdr/forum] / app / index.html
CommitLineData
890274a7
BB
1<!doctype html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <meta name="description" content="A forum for the year 3000">
6 <meta name="robots" content="noindex, nofollow" />
7
8 <title>Forum.</title>
9
10 <script defer src="./application.js"></script>
11
12 <link href="./css/style.css" rel="stylesheet">
13 </head>
14 <body>
15 </body>
16</html>