-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontacts.html
32 lines (31 loc) · 889 Bytes
/
contacts.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
<<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Tripple B Login</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Tripple B, CS students save the bookstore</h1>
<nav>
<div class ="container">
<a href="index.php" class="init">
<h1>Logo</h1>
<ul class="nav-right">
<li><a href="browse.html" class="underline">Browse</a></li>
<li><a href="listing.html" class="underline">Listings</a></li>
<li><a href="profile.html" class="underline">Profile</a></li>
<li><a href="login.html" class="action">Log In</a></li>
</ul>
</a>
</div>
</nav>
<div class="Login"> <!-- Just tempory, to fill up the website -->
<h2>Login</h2>
<p>
</p>
</div>
<footer>
</footer>
</body>
</html>