aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2017-12-28 15:07:01 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2017-12-28 15:07:01 +0200
commit04a05206ff197fef47a985a24dfde7ae9c405520 (patch)
treed347c13c024d2a8f140e8054a6fc54e9785fca4e /src/index.html
parenta1c33b51cef94bdec1484aefa3196f733fff123d (diff)
Remake a lot of stuff
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/index.html b/src/index.html
deleted file mode 100644
index 0a8fd59..0000000
--- a/src/index.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!doctype html>
-<html lang="en">
-
- <head>
- <title>Jan Tuomi</title>
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700" rel="stylesheet">
- <script src="https://use.fontawesome.com/eaed73f4f5.js"></script>
- <link rel="stylesheet" href="style.css">
- </head>
-
- <body>
- <site></site>
-
- <!-- scripts we need -->
- <script src="https://cdnjs.cloudflare.com/ajax/libs/riot/3.7.4/riot.min.js"></script>
-
- <!-- riot tags -->
- <script src="bundle.js"></script>
-
- <!-- mount this app -->
- <script> riot.mount('*') </script>
- </body>
-</html>