-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAffiliates.html
More file actions
37 lines (37 loc) · 1.07 KB
/
Affiliates.html
File metadata and controls
37 lines (37 loc) · 1.07 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Affiliates</title>
<link href="index.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div class="body">
<header>
<h1>Game Design and Devolpment Class </h1>
<nav>
<ul id="buttons">
<li><a href="index.html">Home</a></li>
</nav>
</header>
<main>
<img
id="myImage3"
src="https://images.cooltext.com/5667329.png"
alt="Samcon30" />
<main>
<br>
<br>
<br>
<br>
<nav>
<ul>
<li><a href="https://jesses-website-7079536.codehs.me/index.html">Vist My Freind Jesse Gambrill's Website</a></li>
<li><a href="https://the-a-broz-officially-unofficial-website-7086361.codehs.me/index.html">Vist The-A-Broz</a></li>
</ul>
</nav>
</main>
<button id=button onclick = "window.location.href='https://www.youtube.com/@Samcon30';"></button>
</div>
</body>
</html>