-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (29 loc) · 1.32 KB
/
index.html
File metadata and controls
32 lines (29 loc) · 1.32 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
<title>UABMagic</title>
<link rel="stylesheet" href="css/styles.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,700|Roboto+Slab:100,300,400,700|Glegoo" rel="stylesheet"
type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"></script>
</head>
<body>
<div id="header">
<h1>UABMagic</h1>
<h5>Listen to the Land. Tune in the World.</h5>
</div>
<div id="content" class="container">
<p>To all who come to this happy place, welcome!</p>
<div class="buttons">
<a class="waves-effect waves-light btn btn-primary" target="_blank" href="https://github.com/uabmagic">View on Github</a>
<a class="waves-effect waves-light btn btn-primary" target="_blank" href="http://uabmagic.com">UABMagic</a>
</div>
</div>
</div>
</body>
</html>