diff options
author | 0neGal <mail@0negal.com> | 2021-12-29 23:47:49 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2021-12-29 23:47:49 +0100 |
commit | e199d2b6bbe48d51704156607c9e91d82ed2747f (patch) | |
tree | 3e14a567a193ba3562a92f17839b2a483dd5c09f /src/app/index.html | |
parent | 9d4515fd408c38ad081c010e052b2960f5fe3dfe (diff) | |
download | Viper-e199d2b6bbe48d51704156607c9e91d82ed2747f.tar.gz Viper-e199d2b6bbe48d51704156607c9e91d82ed2747f.zip |
replaced single quotes, renamed a few things
Simply code style changes, also removed the content of the version divs
since they'll be replaced anyway.
Diffstat (limited to 'src/app/index.html')
-rw-r--r-- | src/app/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/index.html b/src/app/index.html index 6e31f0c..4c31255 100644 --- a/src/app/index.html +++ b/src/app/index.html @@ -9,8 +9,8 @@ <div class="text"> <div style="white-space: nowrap;">%%gui.welcome%%</div> <div class="versions"> - <div id="vpVersion">Viper version: x.x.x</div> - <div id="nsVersion">Northstar version: x.x.x</div> + <div id="vpVersion"></div> + <div id="nsVersion"></div> </div> </div> <div class="buttons"> |