-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (22 loc) · 1.11 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
<!DOCTYPE
html>
<html>
<head>
<meta charset="utf-8">
<link rel= "stylesheet" href="style.css">
<title>home</title>
</head>
<body>
<body style="background-color:powderblue;">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="hobbies.html">Hobbies</a></li>
<li><a href="projects.html">Computer Science</a></li>
<li><a href="choice.html">choice</a></li>
</ul>
<h1> Ethan Kuster's beast website
</h1>
<h2> Ethan</h2>
<img src="IMG_0940.JPG" alt="Ethan" style="width:304px;height:228px;">
</body>
</html>