aboutsummaryrefslogtreecommitdiff
path: root/dist/index.html
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-04-09 20:40:57 -0400
committerDeterminant <ted.sybil@gmail.com>2019-04-09 20:40:57 -0400
commit94330abf2d1ba606976ec4f2dc10277b78cdd036 (patch)
tree5910cc50f380d3255edb32bc2c5b062a005aee63 /dist/index.html
parent22413dd11dd57f083e8a0d25e9b7aea42c7f135a (diff)
...
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 559577c..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>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> \ 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>