This commit is contained in:
parent
843a9e0dee
commit
4eaf31ad3e
3 changed files with 50 additions and 24 deletions
|
@ -1,28 +1,53 @@
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<link rel="stylesheet" href="/static/style.css" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>minie links!</title>
|
<link rel="stylesheet" href="/static/style.css" />
|
||||||
</head>
|
<link rel="icon" href="/static/favicon.png" type="image/x-icon" />
|
||||||
<body>
|
<title>minie links!</title>
|
||||||
|
<script
|
||||||
|
defer
|
||||||
|
data-domain="min.ie"
|
||||||
|
src="https://plausible.io/js/script.js"
|
||||||
|
></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="container not-found">
|
||||||
|
<div id="logo">
|
||||||
|
<a href="/"><img src="/static/minie.png" alt="min.ie" /></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="container not-found">
|
<h2>Page not found</h2>
|
||||||
<div id="logo">
|
<p>
|
||||||
<a href="/"><img src="/static/minie.png" alt="min.ie" /></a>
|
Try this one instead
|
||||||
</div>
|
<a href="https://min.ie/WVFdWJMa" target="_blank"
|
||||||
|
>https://min.ie/WVFdWJMa</a
|
||||||
|
>
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2>Page not found</h2>
|
<footer>
|
||||||
<p>Try this one instead <a href="https://min.ie/WVFdWJMa" target="_blank">https://min.ie/WVFdWJMa</a></p>
|
Follow me on
|
||||||
|
<a href="https://social.crem.in/@jonathan">Mastodon</a>. ©
|
||||||
|
<a href="https://crem.in">Jonathan Cremin</a>
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
|
||||||
<footer><a href="https://twitter.com/kudoz">Tweet</a> or <a href="https://github.com/kudos/min.ie">Fork</a>. © <a href="http://crem.in">Jonathan Cremin</a></footer>
|
<script>
|
||||||
</div>
|
var _gaq = [
|
||||||
|
["_setAccount", "UA-66209-5"],
|
||||||
<script>
|
["_trackPageview"],
|
||||||
var _gaq=[['_setAccount','UA-66209-5'],['_trackPageview'],['_trackPageLoadTime']];
|
["_trackPageLoadTime"],
|
||||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
|
];
|
||||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
(function (d, t) {
|
||||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
var g = d.createElement(t),
|
||||||
</script>
|
s = d.getElementsByTagName(t)[0];
|
||||||
</body>
|
g.async = 1;
|
||||||
|
g.src =
|
||||||
|
("https:" == location.protocol ? "//ssl" : "//www") +
|
||||||
|
".google-analytics.com/ga.js";
|
||||||
|
s.parentNode.insertBefore(g, s);
|
||||||
|
})(document, "script");
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -4,6 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link rel="stylesheet" href="/static/style.css" />
|
<link rel="stylesheet" href="/static/style.css" />
|
||||||
|
<link rel="icon" href="/static/favicon.png" type="image/x-icon" />
|
||||||
<title>minie links!</title>
|
<title>minie links!</title>
|
||||||
<script
|
<script
|
||||||
defer
|
defer
|
||||||
|
|
BIN
static/favicon.png
Normal file
BIN
static/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Loading…
Add table
Add a link
Reference in a new issue