diff options
author | Jeremy Chone <jeremy.chone@gmail.com> | 2022-06-20 12:43:09 -0700 |
---|---|---|
committer | Jeremy Chone <jeremy.chone@gmail.com> | 2022-06-20 12:43:09 -0700 |
commit | 5ffb5c1d55397162a419945eb81b942fad6603fc (patch) | |
tree | e3ec46506ff1a94d939ef53ce018e10b29213df2 /dist/index.html | |
parent | 051748771895bb040188221c3e4136878dbedb8a (diff) | |
download | FlightCore-5ffb5c1d55397162a419945eb81b942fad6603fc.tar.gz FlightCore-5ffb5c1d55397162a419945eb81b942fad6603fc.zip |
. full code
Diffstat (limited to 'dist/index.html')
-rw-r--r-- | dist/index.html | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/dist/index.html b/dist/index.html index 47f32451..c57eabc8 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,22 +1,11 @@ <!DOCTYPE html> <html> - <style> - html, - body { - margin: 0; - padding: 0; - width: 100%; - height: 100%; - } - - body { - display: flex; - align-items: center; - justify-content: center; - } - </style> + <link rel="stylesheet" href="css/main.css"> <script src="js/app-bundle.js"></script> <body> - <h1>Cool Stuff!!!</h1> + <div class="hello">Click for Hello</div> + <counter-button>ADD</counter-button> + <counter-result>.</counter-result> + <backend-ping class="server"></backend-ping> </body> </html> |