-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoobad.html
45 lines (38 loc) · 1.39 KB
/
toobad.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
<!DOCTYPE html>
<html>
<head>
<title>Pholder - Oops!</title>
<meta name="description" content="Pholder is a platform to bring together pictures taken by different individuals into one accessible place, making it convenient to view and share images with your friends and colleagues.">
<meta name="keywords" content="pictures, storage, distribution, download, easy, accessible, iphone, app, photos, share, private, party, travel, simple">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="icon" href="images/favicon.ico">
</head>
<body>
<div class="topbar">
</div>
<nav class="navbar">
<div class="mediacontainer">
<a href="http://www.facebook.com/"><img src="images/facebook_icon.png" class="facebook socialmedia" alt="facebook"></a>
<a href="http://www.twitter.com/"><img src="images/twitter.gif" class="twitter socialmedia" alt="twitter"></a>
</div>
<a href="index.html">Home</a> /
<a href="signup.html">Sign Up</a> /
<a href="login.html">Log In</a>
</nav>
<div class="oopsholder">
<div class="oops">
Too bad! <br>
<a href="index.html">Back</a>
</div>
</div>
<div class="smalllogoholder">
<a href="index.html"><img src="images/smalllogo.png" id="smalllogo" alt="small pholder logo"></a>
</div>
<footer>
<div class="footerpane">
<a href="aboutus.html">About Us</a> |
<a href="terms.html">Privacy Policy</a>
</div>
</footer>
</body>
</html>