Skip to content

Commit

Permalink
Add version string to splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus committed Oct 28, 2019
1 parent 15d9e57 commit c1664f3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions views/splash.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@
text-shadow: 4px 5px 5px steelblue;
}

.version {
position: absolute;
top: 10px;
right: 10px;
color: red;
z-index: 2;
font-family: sans-serif;
font-size: 30px;
font-weight: bold;
text-shadow: 0px 0px 3px #00017f;
}


.status {
position: absolute;
left: 30px;
Expand Down Expand Up @@ -68,6 +81,7 @@
</li>
</ul>
<h1 class="header">Holoscape</h1>
<h3 class="version">v0.0.2-alpha</h3>
<img class="logo" src="../images/HoloScape-mdpi.png"></img>
<div class="status">{{status}}</div>
<div class="modal fade" id="passphrase-modal" tabindex="-1" role="dialog" aria-labelledby="passphrase-modal" aria-hidden="true">
Expand Down

0 comments on commit c1664f3

Please sign in to comment.