diff options
author | Determinant <[email protected]> | 2019-04-09 20:40:57 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2019-04-09 20:40:57 -0400 |
commit | 94330abf2d1ba606976ec4f2dc10277b78cdd036 (patch) | |
tree | 5910cc50f380d3255edb32bc2c5b062a005aee63 /dist/index.html | |
parent | 22413dd11dd57f083e8a0d25e9b7aea42c7f135a (diff) |
...
Diffstat (limited to 'dist/index.html')
-rw-r--r-- | dist/index.html | 18 |
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> |