-
Notifications
You must be signed in to change notification settings - Fork 1
/
sold_out.html
42 lines (36 loc) · 1.28 KB
/
sold_out.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
<!DOCTYPE html>
<html>
<head>
<title>Joylent.com - Joylent Bottle details</title>
<link href="https://fonts.googleapis.com/css?family=Dosis" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="joylent.css">
</head>
<body>
<div class="nav_header">
<button type="button" id="home_button"><a href="index.html" id="home_link">joylent</a></button>
</div>
<div class="spacing">-</div>
<div class="spacing">-</div>
<div class="information">
<h1 class="heading">Sold out!</h1>
<p class="general_info" style="font-size:24px;">
We're sorry, it looks like the product you are looking for has just sold out!
Come back soon, we restock often!
</p>
</div>
<div class="spacing">-</div>
<div class="spacing">-</div>
<div class="spacing">-</div>
<div class="spacing">-</div>
<div class="spacing">-</div>
<div class="spacing">-</div>
<div class="footer">
<a href="about.html" style="color: #bfbfbf">About</a>
<a href="faq.html" style="color: #bfbfbf">FAQs</a>
<p>©2016 Alyssa Wang, Barbara Marquez, Joey Lyon, Natalee Ryan</p>
<p>For Greg Szumel</p>
</div>
</body>
</html>