-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
43 lines (40 loc) · 1.81 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
43
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta description="empowring stuff through code and memes">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0">
<title>Clarity | </title>
<link href="css/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-alpha.3/css/materialize.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-alpha.3/js/materialize.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="js/script.js"></script>
</head>
<body class="pink lighten-3">
<div class="loading">
<div class="loading-wrap valign-wrapper">
<img class="floaty" src="img/kotori.png">
</div>
</div>
<br/>
<br/>
<div class="container" align="center">
<div class="item">
<div class="card">
<div class="card-content">
<span class="card-title"><i class ="material-icons">build</i> Work in Progress</span>
<p>
Hey, thanks for checking in! however, this site is not yet done. However, you can go to the following links.
</p>
</div>
<div class="card-action" align="center">
<a align="center" href="https://github.com/ClarityMoe" target="blank"><i class="material-icons">cloud</i> GitHub</a>
<a align="center" href="https://discord.gg/YrrHxCS" target="blank"><i class="material-icons">chat_bubble</i> Discord Server</a>
</div>
</div>
</div>
</div>
</body>
</html>