-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage3.html
67 lines (23 loc) · 1.68 KB
/
page3.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<title>Creeping Cryptids - Bigfoot Merch and More</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
</head>
<body style="background-color:rgb(0, 0, 0); text-align: center;">
<h1 style="color: rgb(255, 255, 255);font-size: 650%; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">Etsy Shop - Coming Soon!</h1>
<div id="navigation" class="row">
<div class="col-12">
<a href="index.html"target="_blank"><button class="button" style="width: 15%;">Home</button></a>
<a href="page2.html"target="_blank"><button class="button" style="width: 15%;">DVDs</button></a>
<a href="page3.html"target="_blank"><button class="button" style="width: 15%;">Etsy Shop</button></a>
<br>
<br>
<h2 style="color: rgb(255, 255, 255);font-size: 200%; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">Our Etsy shop will be coming out very soon. We will sell merch and original art on our Etsy shop. Our DVDs will also be sold on our Etsy shop.</h2>
<br>
<br>
<img src="images/righthere.jpg" alt="Bigfoot t-shirt" style="width: 250px;height: 300px;">
<img src="images/merch.webp" alt="Bigfoot merch" style="width: 250px;height: 300px;">
<img src="images/muggy.jpg" alt="Bigfoot Mug" style="width: 250px;height: 300px;">
</body>
</html>