-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·25 lines (24 loc) · 913 Bytes
/
about.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
<!DOCTYPE html>
<head>
<meta name="robots" content="noindex">
<link rel="stylesheet" href="styles.css">
<title>BBTC33</title>
</head>
<body>
<div class="glitch" data-text="BBTC33(DOT)COM">BBTC33(DOT)COM</div>
<br><br>
<div class="wrap">
<ul class="title">
<li class="title"><a class="title" href="index.html">Home</a></li>
<li class="title"><a class="title" href="https://git.bbtc33.com">Git</a></li>
<li class="title"><a class="title" href="https://fsharer.bbtc33.com">File Sharing</a></li>
<li class="title"><a class="title" href="blog.html">Blog</a></li>
<li class="title"><a class="title" href="reference.html">Reference</a><li>
<li class="title"><a class="title active" href="about.html">About</a></li>
</ul>
<div class="main">
<p>Just another guy on the internet with too much free time and a website</p>
<p>Send me your junk here: bbtc33[AT]airmail.cc</p>
</div>
</div>
</body>