This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
404.html
90 lines (82 loc) · 3.57 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>404?</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Generate temporary/disposable email addresses to use for other websites!">
<meta name="keywords" content="tempmail, TempMail, Temporary Email, generator, Temporary Email Generator">
<meta property="og:title" content="TempMail" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tempmail.lol/" />
<meta property="og:image" content="https://tempmail.lol/logo.png" />
<meta property="og:description" content="Generate temporary email addresses to reduce spam!" />
<meta name="apple-itunes-app" content="app-id=1632857148">
<meta name="twitter:card" content="summary_large_image">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/index.css">
<link rel="stylesheet" href="/css/topnav.css">
<link rel="stylesheet" href="/css/topsec.css">
<link rel="icon" href="https://tempmail.lol/logo.png" type="image/png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HZ5HBWPCW2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HZ5HBWPCW2');
</script>
<style>
.four {
margin-left: 10px;
height: 80vh;
}
</style>
</head>
<body>
<nav>
<div class="topnav" id="topnav">
<a href="/" class="active">TempMail</a>
<a href="/news/">News</a>
<a href="/contact">Contact</a>
<a href="https://discord.gg/GHapeHPWVS">Discord Server</a>
<a href="/custom">Custom Domains</a>
<a href="/pricing">Pricing</a>
<a href="javascript:void(0);" class="icon" onclick="topnav_resize()">
<i class="fa fa-bars"></i>
</a>
</div>
</nav>
<section class="four">
<h1>Error 404: Page Not Found</h1>
<p>
<a href="/">Go back to the homepage.</a>
<br><br><br>
If something should be here, please make an issue on the <a href="https://github.com/tempmail-lol/website">GitHub repository</a> so it can be fixed.
</p>
</section>
<div class="mega_header center foot">
<p>
By using this site, you agree to the <a href="/privacy-policy">Privacy policy</a> and <a href="/terms-of-use">Terms of Use</a>.
</p>
<hr>
<p class="promos">
<a href="https://api.tempmail.lol/">Developer API</a> |
<a href="https://discord.gg/GHapeHPWVS">Discord Server</a> |
<a href="mailto:contact@bananacrumbs.us">Email</a> |
<a href="https://bananacrumbs.us/pubkey.txt">GPG Key</a> |
<a href="/pricing">Pricing</a>
</p>
<hr>
<p property="dc:rights">Copyright ©
<span property="dc:dateCopyrighted">2023-2024</span>
<span property="dc:publisher">BananaCrumbs, LLC.</span>
All Right Reserved.
</p>
</div>
</body>
<script async src="/js/topnav.js"></script>
</html>