diff options
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> |