-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
47 lines (44 loc) · 1.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="icon" href="/favicon-32x32.png" type="image/png" sizes="32x32" />
<link rel="icon" href="/favicon-16x16.png" type="image/png" sizes="16x16" />
<title>Page Not Found</title>
<link rel="stylesheet" href="mvp.css" />
<meta name="robots" content="noindex" />
</head>
<body>
<header>
<h1>404 Page Not Found</h1>
</header>
<main>
<article>
<p>One of these links should get you to the right place.</p>
<ul>
<li>
<a href="https://github.com/digitalcolony">GitHub</a> - My GitHub page. All code samples
are here.
</li>
<li>Or go back to the <a href="https://digitalcolony.github.io">home page</a>.</li>
</ul>
<p>
I no longer maintain online tools for hiding email addresses from SPAM. There are numerous
tools online to help you generate an
<a
href="https://www.google.com/search?q=Masking+Email+Addresses+in+PHP&rlz=1C1CHBF_enUS714US715&oq=Masking+Email+Addresses+in+PHP&aqs=chrome..69i57&sourceid=chrome&ie=UTF-8#q=Masking+Email+Addresses+ASCII+online+form+munger"
>ASCII mask</a
>
or an
<a
href="https://www.google.com/search?q=text+to+image+generator+online&rlz=1C1CHBF_enUS714US715&oq=text+to+image+generator+online&aqs=chrome..69i57.766j0j9&sourceid=chrome&ie=UTF-8"
>Image mask</a
>
for your email.
</p>
</article>
</main>
</body>
</html>