Skip to content

Commit

Permalink
add title to loading page
Browse files Browse the repository at this point in the history
  • Loading branch information
Aggrathon committed Aug 24, 2023
1 parent 7a4796b commit efb0a85
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
max-width: 70%;
}

.status > .stdout {
.status>.stdout {
color: darkseagreen;
}

.status > .stderr {
.status>.stderr {
color: red;
}

Expand Down Expand Up @@ -153,6 +153,7 @@
</style>

<div class="loading-page">
<h1>&chi;iplot</h1>
<p>Initialising the WebDash environment</p>
<p class="loading-break">
Why don't you use this time to stretch and grab something to drink?
Expand All @@ -169,4 +170,4 @@
<script src="./webdash.ts"></script>
</body>

</html>
</html>

0 comments on commit efb0a85

Please sign in to comment.