diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-28 15:12:25 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-28 15:12:25 +0200 |
commit | be2f61a23f66ff084bc59521ddf1f7c5523e7c1e (patch) | |
tree | a966371be2cd7c1da7028131e73439501ed0046a | |
parent | 508ad95ae18ed13bb31d012613c73eb2646c395c (diff) | |
download | FlightCore-be2f61a23f66ff084bc59521ddf1f7c5523e7c1e.tar.gz FlightCore-be2f61a23f66ff084bc59521ddf1f7c5523e7c1e.zip |
Add title
-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> |