-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreations.html
28 lines (28 loc) · 934 Bytes
/
creations.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
<!DOCTYPE html>
<html>
<head>
<title>octet's website / Creations</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>octet's website / Creations</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="aboutme.html">about me</a>
</header>
<div class="center">
<a style="color: #8ebf42" href="https://github.com/DebianProgrammer/netpyfile">netpyfile -- pure python file transfer</a>
<br>
<br>
<a style="color: #8ebf42" href="https://github.com/DebianProgrammer/pyfile">pyfile -- pure python file browser</a>
</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>