-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (25 loc) · 694 Bytes
/
index.html
File metadata and controls
26 lines (25 loc) · 694 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</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>octet's website</h1>
<a id="mb" style="position: absolute;top: 10px;left: 300px;" href="creations.html">creations</a>
<a id="mb" style="position: absolute;top: 10px;left: 500px;" href="aboutme.html">about me</a>
</header>
<div class="center">
<p>welcome to my website</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>