-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutme.html
More file actions
26 lines (26 loc) · 996 Bytes
/
aboutme.html
File metadata and controls
26 lines (26 loc) · 996 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>octet's website / About me</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>octet's website / About me</h1>
<a id="mb" style="position: absolute;top: 10px;left: 500px;" href="index.html">home</a>
<a id="mb" style="position: absolute;top: 10px;left: 600px;" href="creations.html">creations</a>
</header>
<div class="center">
<p>Hello! I am from the USA and have a interest in computers</p>
<p>Alot of websites have a about me but im not too sure what to put here lol</p>
</div>
<div class="footer">
<a href="https://github.com/DebianProgrammer">
<img src="github.svg" width="100px" height="100px">
</a>
<a href="discord.html">
<img src="discord.svg" width="100px" height="100px">
</a>
</div>
</body>
</html>