fix issues with the loading icon not appearing correctly (why?)
This commit is contained in:
parent
72c216bf24
commit
ebedc92127
3 changed files with 46 additions and 47 deletions
11
index.html
11
index.html
|
|
@ -1,15 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta charset="UTF-8" />
|
||||
<title>SplatNet | Stages</title>
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<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">
|
||||
<img src="assets/SplatNetLogo.png" class="logo" alt="SplatNet Logo" />
|
||||
</div>
|
||||
|
||||
<div id="loading-overlay" class="loading-overlay">
|
||||
|
|
@ -18,8 +18,7 @@
|
|||
</div>
|
||||
|
||||
<div class="content">
|
||||
<img src="../../assets/stageinfo.png" class="stage-info" alt="Stage Info">
|
||||
|
||||
<img src="assets/stageinfo.png" class="stage-info" alt="Stage Info" />
|
||||
<div class="stages-container" id="stages-container"></div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue