diff options
author | Jeremy Chone <jeremy.chone@gmail.com> | 2022-06-20 01:02:15 -0700 |
---|---|---|
committer | Jeremy Chone <jeremy.chone@gmail.com> | 2022-06-20 01:02:15 -0700 |
commit | 051748771895bb040188221c3e4136878dbedb8a (patch) | |
tree | 9492d6020c9294b12b3fd912520746e0df847406 /dist/index.html | |
download | FlightCore-051748771895bb040188221c3e4136878dbedb8a.tar.gz FlightCore-051748771895bb040188221c3e4136878dbedb8a.zip |
. initial
Diffstat (limited to 'dist/index.html')
-rw-r--r-- | dist/index.html | 22 |
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> |