add better error handling w/ loading icon support
This commit is contained in:
parent
fcd62a8e4f
commit
997ab7c16e
4 changed files with 142 additions and 21 deletions
|
|
@ -3,15 +3,20 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>SplatNet | Stages</title>
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="header">
|
||||
<img src="../../assets/SplatNetLogo.png" class="logo" alt="SplatNet Logo">
|
||||
</div>
|
||||
|
||||
<div id="loading-overlay" class="loading-overlay">
|
||||
<canvas id="loading-canvas" width="100" height="100"></canvas>
|
||||
<div id="loading-text">Loading</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<img src="../../assets/stageinfo.png" class="stage-info" alt="Stage Info">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue