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
/
Copy pathcustom.html
105 lines (97 loc) · 4.49 KB
/
custom.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>TempMail - A temporary email address generator</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/custom" />
<meta property="og:image" content="https://tempmail.lol/logo.png" />
<meta property="og:description" content="Generate temporary email addresses to reduce spam!" />
<meta property="og:site_name" content="TempMail.lol" />
<meta name="apple-itunes-app" content="app-id=1632857148">
<!--twitter stuff -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@tempmail_lol">
<meta name="twitter:title" content="TempMail.lol">
<meta name="twitter:description" content="Generate temporary email addresses to reduce spam!">
<meta name="twitter:creator" content="@tempmail_lol">
<meta name="twitter:image" content="https://tempmail.lol/logo.png">
<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="stylesheet" href="/css/inbox.css">
<link rel="stylesheet" href="/css/circles.css">
<link rel="stylesheet" href="/css/bottomsec.css">
<link rel="stylesheet" href="/css/emailmodal.css">
<link rel="stylesheet" href="/css/ads.css">
<link rel="stylesheet" href="/css/switch.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">
<style>
</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>
<div class="mega_header">
<section class="header">
<h1>
TempMail
</h1>
</section>
<div class="desc">
<h2>
Custom Domains
</h2>
<!--stats will be populated by js-->
<p id="stats"></p>
</div>
</div>
<section class="email" id="phase1">
<h1>Custom Domains have moved!</h1>
<h2>If you have a TempMail Account, <a href="https://accounts.tempmail.lol">view and configure your domain here</a>.</h2>
<p>Legacy users can migrate their accounts to check custom domains.</p>
<p>If you are a legacy user and still need to access the old custom domains menu, click <a href="/private-custom">here</a> (note: legacy IDs ONLY).</p>
<p>Custom Domains require a <a href="/pricing">TempMail Plus</a> or <a href="/pricing">TempMail Ultra</a> subscription.</p>
</section>
<br><br><br><br><br><br><br><br><br><br><br><br>
<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:[email protected]">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>