aboutsummaryrefslogtreecommitdiff
path: root/dist/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'dist/index.html')
-rw-r--r--dist/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/dist/index.html b/dist/index.html
new file mode 100644
index 00000000..47f32451
--- /dev/null
+++ b/dist/index.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+ <style>
+ html,
+ body {
+ margin: 0;
+ padding: 0;
+ width: 100%;
+ height: 100%;
+ }
+
+ body {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ }
+ </style>
+ <script src="js/app-bundle.js"></script>
+ <body>
+ <h1>Cool Stuff!!!</h1>
+ </body>
+</html>