forked from altitudelabs/web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (23 loc) · 1.02 KB
/
Copy pathindex.html
File metadata and controls
30 lines (23 loc) · 1.02 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
<html lang="en-us"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Awesome Bands</title>
<meta name="description" content="A leaderboard of the most awesome bands of all time.">
<meta name="author" content="Mass Relevance">
<meta name="viewport" content="width=device-width">
<base target="_blank">
<!-- CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.4.0/animate.css">
<link href="./css/style.css" rel="stylesheet">
</head>
<body>
<div class="out-wrap">
<h1 class="animated shake infinite">Awesome Bands</h1>
<div class="wrap"></div>
</div>
<!-- JS -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="./js/lib.js"></script>
<script src="./js/script.js"></script>
</body></html>