aboutsummaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorJeremy Chone <jeremy.chone@gmail.com>2022-06-20 01:02:15 -0700
committerJeremy Chone <jeremy.chone@gmail.com>2022-06-20 01:02:15 -0700
commit051748771895bb040188221c3e4136878dbedb8a (patch)
tree9492d6020c9294b12b3fd912520746e0df847406 /dist
downloadFlightCore-051748771895bb040188221c3e4136878dbedb8a.tar.gz
FlightCore-051748771895bb040188221c3e4136878dbedb8a.zip
. initial
Diffstat (limited to 'dist')
-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>