forked from No13189/No13189.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (43 loc) · 1.35 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
<!DOCTYPE html>
<html>
<head>
<title>My First Web Page!</title>
<link rel="stylesheet" href="desktop.css" />
</head>
<body>
<header>
<h1> Ethan Wagoner's First Webpage</h1>
</header>
<nav>
<ul>
<li><a href=homepagerabbithole.html>Home</a></li>
<li><a href=images.html>Images</a></li>
<li><a href=tinkercad.html>TinkerCad</a></li>
</ul>
</nav>
<section>
<P>Welcome to my site!!! :)</P>
<p>Paragraph 2.</p>
<h2>Favorite things right now</h2>
<ul>
<li>Dark Souls</li>
<li>Disliking Dark Souls 2</li>
<li>Terraria and tModloader</li>
<li>Random memes</li>
<li>Watching Anime</li>
<li>Learning about true crime mysteries</li>
<li>Rain sounds</li>
<li>Katana Zero</li>
<li>RPG's like DnD and Motw</li>
<li>Greatly disliking trees >:(</li>
</ul>
<img src="katanazerocity.jpg" alt="A night sky with neon lights." width="75%">
<p>AM pro B)</p>
<p>Very <strong><em><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ>">funni</a></em></strong> link</p>
<p>WHERE IS ROBLOX SQUID GAME <em><a href="index2.html">SKRU</a></em> >:(</p>
</section>
<footer>
©2021 <a href="https://docs.google.com/presentation/d/1j9sn90UzJp769DZQkstHffa1QDkvpEMaQIrHZXRkAnQ/edit">Ethan Wagoner</a>
</footer>
</body>
</html>