-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 711 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (19 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>Weird's page</title>
<link rel="stylesheet" href="stylish.css">
</head>
<body>
<h1 align="center">About Weirdo Goat</h1>
<!-- Align/style -->
<hr>
<div style="float:left"><img src="https://i.ytimg.com/vi/zLMDmXCuadQ/hqdefault.jpg?sqp=-oaymwEcCOADEI4CSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBm2bu5E_1nmkbiPqaNOZKy-FvNJA" width=25%></div>
<div class="topnav">
<a class="active" href="#home">Home</a>
<a href = "resume.html">Resume</a>
<a href = "apps.html">Apps</a>
<a href = "hobbies.html">Hobbies</a>
</div>
</body>
</html>