-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
26 lines (25 loc) · 927 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel='icon' href='assets/favicon.png' type='image/x-icon'/>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:600" rel="stylesheet">
<link rel="stylesheet" href="main.css?ver=0.4">
<title>DSC VIIT</title>
</head>
<body id="body">
<div id="loading" class="loading-and-error" align="center">
<!-- add loading page content here -->
<img src="assets/dsc_logo.png" alt="logo" class="logo">
<div class="wrapper">
<div class="blue ball"></div>
<div class="red ball"></div>
<div class="yellow ball"></div>
<div class="green ball"></div>
</div>
</div>
</body>
<script src="main.js?ver=0.4"></script>
</html>