forked from snowbearfml/GRU_H-pur_13
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (26 loc) · 918 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
<title>Pink Panther Underground</title>
</head>
<body id="wrapper" class="pure-g">
<header>
<a href="index.html"><img src="img/"></a>
</header>
<nav class="">
<div class=""></div>
<div class="navItem frame pure-u-1-4"><a href="index.html">Home</a></div>
<div class="navItem frame pure-u-1-4"><a href="schedule.html">Schedule</a></div>
<div class="navItem frame pure-u-1-4"><a href="signup.html">Sign Up</a></div>
<div class="navItem frame pure-u-1-4"><a href="aboutus.html">About Us</a></div>
</nav>
<div class="pure-g">
<div id="article" class="pure-u-3-4">article</div>
<div id="schedule" class="pure-u-1-4">schedule</div>
</div>
<footer>Footer</footer>
</body>
</html>