-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
52 lines (40 loc) · 1.43 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
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<title>Melbourne Rebels</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="//cloud.typography.com/6918232/674182/css/fonts.css" type="text/css" />
<link rel="stylesheet" href="./css/main.css" type="text/css" />
</head>
<body>
<div class="container">
<section>
<div class="inner" style="padding: 200px 1em;">
<a href="/" class="header__logo">
<img src="./images/logo.png" title="Melbourne Rebels" alt="Melbourne Rebels" />
</a>
<ul>
<li><a href="./home.html">Home</a></li>
<li><a href="./landing.html">Landing</a></li>
<li><a href="./player-landing.html">Player Landing</a></li>
<li><a href="./standard.html">Standard</a></li>
<li><a href="./player.html">Player</a></li>
<li><a href="./news-list.html">News List</a></li>
<li><a href="./news-article.html">News Article</a></li>
<li><a href="./fixtures.html">Fixtures</a></li>
<li><a href="./match-day.html">Match Day</a></li>
<li><a href="./ladder.html">Ladder</a></li>
</ul>
</div>
</section>
</div>
<!-- /.container -->
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="./js/all.js"></script>
</body>
</html>