aboutsummaryrefslogtreecommitdiff
path: root/dist/index.html
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-04-09 01:57:58 -0400
committerDeterminant <ted.sybil@gmail.com>2019-04-09 01:57:58 -0400
commit3f87d91f366dc48061518fb102e051f2c85bfc9b (patch)
treeb961edaecdc513e7097009eb182cf19ef2c8c4bf /dist/index.html
parentad1da0e52f75ac94929f6a99195a69f839107933 (diff)
finish the prototype
Diffstat (limited to 'dist/index.html')
-rw-r--r--dist/index.html18
1 files changed, 17 insertions, 1 deletions
diff --git a/dist/index.html b/dist/index.html
index f040a62..ba9c512 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -1 +1,17 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="stylesheet" href="/fonts/TypoPRO-FantasqueSansMono-Regular.css"><title>Chromicle</title></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="index.js"></script></body></html> \ No newline at end of file
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8" />
+ <meta
+ name="viewport"
+ content="width=device-width, initial-scale=1, shrink-to-fit=no"
+ />
+ <meta name="theme-color" content="#000000" />
+ <link rel="stylesheet" href="/fonts/TypoPRO-FantasqueSansMono-Regular.css" />
+ <title>Snow</title>
+ </head>
+ <body>
+ <noscript>You need to enable JavaScript to run this app.</noscript>
+ <div id="root"></div>
+ <script src="index.js"></script></body>
+</html>