-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
36 lines (33 loc) · 1.02 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
<!DOCTYPE html>
<html>
<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">
<meta name="theme-color" content="#025dac" />
<title>CompSoc Orientation</title>
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
</head>
<body>
<header>
<h1 class="center amaze heading gigantic js-start">Orientation</h1>
</header>
<main>
<div class="wrapper">
<div class="content">
<span class="shwag">$</span>
<div>
Welcome!
</div>
</div>
</div>
</main>
<footer>
<p class="center">Made with <img class="heart js-start" src="assets/img/heart.svg"> by CompSoc, SSC</p>
</footer>
<script type="text/javascript" src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/typed.js"></script>
<script type="text/javascript" src="assets/js/app.js"></script>
</body>
</html>