-
Notifications
You must be signed in to change notification settings - Fork 2
/
404.html
35 lines (34 loc) · 1.18 KB
/
404.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
<!DOCTYPE html>
<html>
<head>
<title>My bad bro! 404</title>
<style>
@font-face {
font-family: coolvetica;
src: url(fonts/coolvetica.otf);
}
</style>
<link rel="stylesheet" href="./css/404.css">
<meta content="Internet Felons Website" property="og:title" />
<meta content="Official website for Internet Felons." property="og:description" />
<meta content="https://www.felons.wtf/" property="og:url" />
<meta content="https://cdn.felons.wtf/r/logo.png" property="og:image" />
<meta content="#fc00bd" data-react-helmet="true" name="theme-color" />
</head>
<body>
<div class="head">
<h1>404</h1>
<h2>Page not found!</h2>
<h4>Here's some gay men instead.</h4>
</div>
<div class="body">
<img src="./img/twomenkissing-twoblackmenkissing.gif" alt="">
<!-- smash -LegitZenith (Sy) -->
<!-- sy and rat are daddy - slash -->
<!-- cum -rat -->
</div>
<div class="footer">
<p>2023 Internet Felons LLC</p>
</div>
</body>
</html>