-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
38 lines (33 loc) · 1.12 KB
/
blog.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
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<title>ContractOver</title>
<style>
@font-face {
font-family: CothamSans;
src: url(CothamSans.otf);
}
div {
font-family: CothamSans;
}
div, h1, p {
font-family: CothamSans;
}
</style>
</head>
<link rel="stylesheet" href="style.css"
<body>
<div class="topnav">
<a class="active" href="index.html">Home</a>
<a href="blog.html">Blog</a>
<a href="guestbook.html">GuestBook</a>
<a href="https://codeberg.org/contractover/my-blog">ForkMe</a>
<a href="https://buymeacoffee.com/contractover">Donate ❤️ </a>
</div>
<img src="yotsuba-arabic-meme.png" width="286" height="515">
<p><a href="uwu/rest-in-shit.html">REST IN PISS BOZO! YOU WON'T EVER BE MISSED SHITHEAD🚬🚬🚬🚬🚬</a></p>
<p><a href="uwu/jordanians.html">يا احرار الاردن</a></p>
<p><a href="uwu/theinternetarchiveneedsourhelp.html">SAVE THE INTERNET ARCHIVE!</a></p>
<p><a href="uwu/waiting-for-something-to-happen.html">Waiting for something to happen ?</a></p>
</body>
</html>