-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiscord.html
More file actions
24 lines (24 loc) · 797 Bytes
/
discord.html
File metadata and controls
24 lines (24 loc) · 797 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
<!DOCTYPE html>
<html>
<head>
<title>octet's website / Discord</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>octet's website / Discord</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: 605px;" href="creations.html">creations</a>
<a id="mb" style="position: absolute;top: 10px;left: 790px;" href="aboutme.html">about me</a>
</header>
<div class="center">
<p>octet-stream#0393</p>
<a style="color: #8ebf42" href="https://discord.gg/HjwtQnE">Join my discord server</a>
</div>
<div class="footer">
<a href="https://github.com/DebianProgrammer">
<img src="github.svg" width="100px" height="100px">
</a>
</div>
</body>
</html>