summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/index.html b/index.html
index 69a656e..9a7a9ee 100644
--- a/index.html
+++ b/index.html
@@ -1,10 +1,10 @@
-<doctype html>
+<!DOCTYPE html>
<html>
<head>
- <meta charset="utf-8" />
- <title>Hello World!</title>
- </head>
+ <meta charset="UTF-8">
+ <title>BrokenTalents</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"></head>
<body>
- <p>Hello World.</p>
- </body>
+ <div id="app"></div>
+ <script type="text/javascript" src="dist/build.js"></script></body>
</html>