-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks.html
57 lines (56 loc) · 2.3 KB
/
thanks.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>History Of Steve Jobs: Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Into the mind of Steve Jobs">
<meta name="author" content="Peter Hagen">
<link rel="stylesheet" href="design.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Teko:wght@300;400;700&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<header>
<img src="images/stlogo.png" alt="site logo" width="86" height="100">
<div>
<h1>History of Steve Jobs</h1>
<p>Into the mind of Steve Jobs</p>
</div>
</header>
<nav>
<ul>
<li>
<a href="index.html">History of Steve Jobs</a>
</li>
<li>
<a href="apple.html">History of Apple</a>
</li>
<li>
<a href="next.html">History of NeXT</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="form.html">Review your experience</a>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
<li>
<a href="videos.html">Videos</a>
</li>
</ul>
</nav>
<main>
<h1>Thanks for your Review!</h1>
<p>Just kidding you are not going to get anthing out of it. This is just for school. I will not be able to colect any data from you. Also if you are reading this. How did you get into my site. This is off limits and that you will be hunted down until you are found.</p>
</main>
<footer>
<p>© 2023 • Peter Hagen • <a href="mailto:peter.h759@stu.nebo.edu">Email Me</a></p>
</footer>
</body>
</html>