-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphone.html
81 lines (57 loc) · 1.67 KB
/
phone.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
<link rel="stylesheet" href="stylesphone.css">
<link rel="icon" href="images/poopbooger.jpg">
</head>
<body>
<div id="container">
<!--website navigation-->
<div id="navcontainer">
<nav>
<header>
<h1>Booger Booth</h1>
</header>
<div id="nav">
<ul>
<a href="phone.html"><img class="row" src="phone/home.png" alt="booger icon"></a>
<a href="phone.html"><img class="row" src="images/poopbooger.jpg" alt="booger icon"></a>
<a href="phone.html"><img class="row" src="images/poopbooger.jpg" alt="booger icon"></a>
</ul>
</div>
</nav>
</div>
<!--Header area with the name of the website and the website banner-->
<div id="container">
<div id="header">
<div id="filler2"></div>
<img src="images/boogerbanner.jpg" alt="banner" width="1707" height="282" class="banner">
</div>
<div id="maincontent">
<main>
<h2>test</h2>
<p>test</p>
<h2>test</h2>
<p>test</p>
<h2>test</h2>
<p>test</p>
<h2>test</h2>
<p>test</p>
</main>
</div>
<div id="filler">
</div>
<!--Footer area for ya know... footer content-->
<div id="end">
<footer>
<p>Stuff n things</p>
<p>more random stuff n things</p>
</footer>
</div>
</div>
</div>
</body>
</html>