-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathload.html
More file actions
25 lines (25 loc) · 764 Bytes
/
load.html
File metadata and controls
25 lines (25 loc) · 764 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Loader</title>
<link rel="icon" href="favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./css/loaded.css" />
<link rel="stylesheet" href="./css/enviroment.css" />
</head>
<body>
<div class="noise"></div>
<div id="center-text">
<img
src="./assets/logo/logo-sobre-negro-center.svg"
width="600px"
class="logoLoad"
/>
<h1 class="titleLoad">MoonquAke 2<span class="dotLoad">.</span>0</h1>
<p class="subLoad">Nasa SpaceApps - Space Rockers</p>
<span class="loader"></span>
<p class="textLoad">loading</p>
</div>
</body>
</html>