diff options
author | Jakob Stendahl <jakobste@uio.no> | 2021-02-06 19:51:13 +0100 |
---|---|---|
committer | Jakob Stendahl <jakobste@uio.no> | 2021-02-06 19:51:13 +0100 |
commit | d9ca888c288b14592462e586ace4099ffbfa6db2 (patch) | |
tree | a250cb278820ba89a4288be1294c6126a86bdcdd /src/index.html | |
parent | b07c2d6792174c9132679671ea7dae77c87349d9 (diff) | |
download | hoverbit-ble-d9ca888c288b14592462e586ace4099ffbfa6db2.tar.gz hoverbit-ble-d9ca888c288b14592462e586ace4099ffbfa6db2.zip |
Add title, version to app, add deploy-script
1.1.0
1.1.1
1.1.2
Work on deployscript
Try to fix sed
Add x to deploy
Fix sed
Add gitignore
Version
test
1.0.1
test
1.1.0
1.1.1
test
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index fb23d7e..9f76b6f 100644 --- a/src/index.html +++ b/src/index.html @@ -15,7 +15,10 @@ <link href="https://fonts.googleapis.com/css2?family=Kufam&display=swap" rel="stylesheet"> </head> <body class=""> - <!-- <h1>HOVER:BIT Controller</h1> --> + <div class="app-info"> + <h1>HOVER:BIT Controller</h1> + <span class="version">{{ VERSION }}</span> + </div> <div class="landscape-warning"> <div class="landscape-warning-content"> |