-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (66 loc) · 1.3 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF" />
<link rel="stylesheet" type="text/css" href="style.css">
<title>Overlanding Forum Contact Page</title>
</head>
<body>
<header>
<h1>
Travelers' Forum Contact Signup
</h1>
<h2 class="subheader">
Click a Link!
</h2>
<nav>
<a href="/forum/">Forum</a>
<a href="/gallery/">Gallery</a>
<a href="Contact.html" target="_blank" rel="noreferrer noopener">Contact</a>
</header>
<figure id="img2">
<img id="img1"
src="photo (1).jpg"
alt="Motorcycle on Great Plains">
<figcaption>
Motorcycle on the Great Plains
</figcaption>
</figure>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</body>
<footer>Author: Lucas Haskell 2022</footer>
<footer>Copy-rite 2022</footer>
</html>