add version number to initial display

This commit is contained in:
Matt Walsh 2022-12-12 15:49:20 -06:00
parent 54632e4be5
commit 3bd3d44829
6 changed files with 18 additions and 13 deletions

2
dist/index.html vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -306,18 +306,22 @@ jsgif {
align-items: center;
text-align: center;
justify-content: center;
}
#loading .title {
.title {
font-family: Star4000 Large;
font-size: 36px;
color: yellow;
margin-bottom: 40px;
margin-bottom: 0px;
}
#loading .instructions {
.version {
margin-bottom: 35px;
}
.instructions {
font-size: 18pt;
}
}
.heading {
font-weight: bold;

View file

@ -81,6 +81,7 @@
<div id="loading" width="640" height="480">
<div>
<div class="title">WeatherStar 4000+</div>
<div class="version">v<%- version %></div>
<div class="instructions">Enter your location above to continue</div>
</div>
</div>