-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-converted.html
More file actions
34 lines (32 loc) · 1.26 KB
/
Copy pathindex-converted.html
File metadata and controls
34 lines (32 loc) · 1.26 KB
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
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SANCTUM INDUSTRIES</title>
<script src="https://code.jquery.com/jquery-3.6.1.min.js" integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=VT323&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="app.css" />
<script src="app.js"></script>
</head>
<body>
<div id="app">
<div class="crt">
<div class="work-in-progress" style="color: red; text-shadow: none; background-color: white;">THIS SITE IS NOT READY FOR PRODUCTION. PLEASE DO NOT SHARE THIS SITE WITH ANYONE UNTIL GIVEN THE GREEN LIGHT BY JASON. THIS MESSAGE WILL DISAPPEAR WHEN THE SITE IS READY.</div>
<div class="scanline"></div>
<div class="terminal">
</div>
<div class="scrollToLine"></div>
</div>
</div>
</body>
<script>
Terminal.boot();
</script>
</html>