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
/
private-custom.html
155 lines (146 loc) · 6.34 KB
/
private-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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!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/" />
<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/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="stylesheet" href="/css/privatecustom.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>
</head>
<body>
<div class="mega_header">
<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>
<h1 class="header">Custom Domains</h1>
<div class="desc">
<p>Note: using private custom domains requires a <a href="/pricing">TempMail Plus</a> subscription.</p>
<h2>Enter your domain information to get started</h2>
<h3>Using a new TempMail Account? <a href="https://accounts.tempmail.lol">Click here</a> to view your custom domain emails.</h3>
</div>
<div class="data">
<label for="cd_domain">Domain name (such as example.com)</label>
<br>
<input id="cd_domain" type="text">
<br><br>
<label for="cd_key">Your token (created by us when the domain is configured)</label>
<br>
<input id="cd_key" type="text">
<br><br>
<label for="cd_id">Your BananaCrumbs ID (24 numbers)</label>
<br>
<input id="cd_id" type="number">
<br><br>
<label for="cd_mfa">Your BananaCrumbs Token (32 letters/numbers)</label>
<br>
<input id="cd_mfa" type="text">
<br><br>
<input type="text" id="email_field" class="email_field" readonly>
<br><br>
</div>
</div>
<section class="email_buttons">
<button class="button" onclick="submit_data()">Submit</button>
<button class="button" onclick="clearLS()">Reset</button>
</section>
<div class="email_area_custom">
<section class="inbox_container" id="phase3">
<table class="inbox" id="inbox_table">
<tr>
<th>From</th>
<th>Date Sent</th>
<th>To</th>
<th>Subject</th>
</tr>
</table>
<div class="waiting_container">
<h1 id="waiting_login">Waiting for login</h1>
<h1 id="waiting" hidden>Waiting for emails</h1>
</div>
<div class="click_prompt" id="click_prompt">
<h1>Click to open email.</h1>
</div>
</section>
<div id="email_modal" class="modal">
<div class="modal-content">
<h2 class="modal_subject_header">Subject: </h2>
<h2 id="modal_subject" class="modal_subject"></h2>
<span id="modal_close" class="close">×</span>
<iframe id="email_iframe" src=""></iframe>
</div>
</div>
</div>
<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>
<script src="/js/custom.js"></script>
<script>
document.getElementById("modal_close").onclick = () => {
document.getElementById("email_modal").style.display = "none";
};
</script>
</body>
<script async src="/js/topnav.js"></script>
</html>