-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
42 lines (42 loc) · 1.33 KB
/
index.html
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
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Comfortaa|Nunito" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<title>LOADING</title>
</head>
<body>
<div id="scanbars"></div>
<div id="grid"></div>
<div class="content">
<div class="glitch" id="header">
<h1>L O A D I N G</h1><h3> - BOOTING SYSTEM <span id="loadDots">...</span></h3>
</div>
<div class="glitch" id="bootText">
Commencing System Check
Memory Unit: Green
Initializing Tactics Log
Loading Geographic Data
Vitals: Green
Remaining MP: 100%
Black Box Temperature: Normal
Black Box Interal Pressure: Normal
Activating IFF
Avtivating FCS
Initializing Pod Connection
Launching DBU Setup
Activating Inertia Control System
Activating Environmental Sensors
Equipment Authentication: Complete
Equipment Status: Green
All Systems Green
Combat Preparations Complete <span id="cursor">_</span>
</div>
<div id="yorha">
<span id="yorhaText">YoRHa</span><br>For the Glory of Mankind
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/main.js" type="text/javascript" charset="utf-8" async defer></script>
</body>
</html>