-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsandbox.html
More file actions
26 lines (25 loc) · 874 Bytes
/
sandbox.html
File metadata and controls
26 lines (25 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 id="current_semester">2000 Spring</h1>
<div class="loading_wrapper">
<img id="logo" src="./images/sfu_rmp_logo.png" />
<h1 class="loading_warning_header">Please do not close this window until processing completes</h1>
<h3 id="progressHeaderText" class="loading_header"></h2>
<div id="hide_on_finish">
<div id="spinner"></div>
<h3 id="progressNumeric">(0/0)</h3>
<p id="progressText"></p>
</div>
<div id="show_on_finish" style="display:none">
<h2>Done!</h2>
</div>
</div>
<script src="./src/js/loading.js" type="module"></script>
<script>
</script>
</body>
</html>