diff options
-rw-r--r-- | dist/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/index.html b/dist/index.html index f57b9e2f..bd036bc8 100644 --- a/dist/index.html +++ b/dist/index.html @@ -3,6 +3,7 @@ <link rel="stylesheet" href="css/main.css"> <script src="js/app-bundle.js"></script> <body> + <h1>FlightCore</h1> <div class="hello">Click for Hello</div> <counter-button>ADD</counter-button> <counter-result>.</counter-result> |