diff options
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> |