aboutsummaryrefslogtreecommitdiff
path: root/mx-aaaa/resolve-mx-aaaa.html
blob: bd520e226fce85f0ab137a8e27831ae9558b4ee2 (plain)
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
<!DOCTYPE html>
<html lang="en">
<head>
	<title>Resolve AAAA MX of popular email providers</title>
	<script type="module" src="resolve-mx-aaaa.js"></script>
	 <link rel="stylesheet" href="resolve-mx-aaaa.css">
</head>
<body>

<h1>Resolve AAAA MX of popular email providers</h1>
<div class="header">
	<small>by David Timber &lt;dxdt@dev.snart.me&gt; (c) 2024</small>
</div>
<table class="header">
<tbody>
<tr>
	<td class="listContainer">
		<h2 id="hlist">List</h2>
		<pre id="txtlist" contenteditable></pre>
		<div>
			<button type="submit" id="btn-listapply">Apply</button>
			<button type="reset" id="btn-listreset">Reset</button>
		</div>
	</td>
	<td class="resultContainer">
		<h2>Result</h2>
		<pre id="status" class="result">PRESTART</pre>
		<div id="card-holder"></div>
	</td>
</tr>
</tbody>
</table>
<div>
	<h2>Output</h2>
	<pre id="output" contenteditable></pre>
</div>

</body>
</html>