diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-12-23 00:24:21 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-12-23 00:24:21 +0100 |
| commit | 890274a7b3ac70848ba9973ef33d53ed58ff88a8 (patch) | |
| tree | b003c6eb5e97d7f7060ddd2170fd3a098ba40e30 /app/index.html | |
| parent | 49d43aa3ace56dc28d4d2b30cafcd064e53a42d9 (diff) | |
Add svelte frontend
Diffstat (limited to 'app/index.html')
| -rw-r--r-- | app/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/index.html b/app/index.html new file mode 100644 index 0000000..7dad472 --- /dev/null +++ b/app/index.html @@ -0,0 +1,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> |