2025-05-29 19:54:06 +01:00
|
|
|
<!doctype html>
|
2015-01-18 14:21:52 +00:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
2025-05-29 19:54:06 +01:00
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<link rel="stylesheet" href="/static/style.css" />
|
|
|
|
<link rel="icon" href="/static/favicon.png" type="image/x-icon" />
|
|
|
|
<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>
|
2015-01-18 14:21:52 +00:00
|
|
|
|
2025-05-29 19:54:06 +01:00
|
|
|
<h2>Page not found</h2>
|
|
|
|
<p>
|
|
|
|
Try this one instead
|
|
|
|
<a href="https://min.ie/WVFdWJMa" target="_blank"
|
|
|
|
>https://min.ie/WVFdWJMa</a
|
|
|
|
>
|
|
|
|
</p>
|
2015-01-18 14:21:52 +00:00
|
|
|
|
2025-05-29 19:54:06 +01:00
|
|
|
<footer>
|
|
|
|
Follow me on
|
|
|
|
<a href="https://social.crem.in/@jonathan">Mastodon</a>. ©
|
|
|
|
<a href="https://crem.in">Jonathan Cremin</a>
|
|
|
|
</footer>
|
|
|
|
</div>
|
2015-01-18 14:21:52 +00:00
|
|
|
|
2025-05-29 19:54:06 +01:00
|
|
|
<script>
|
|
|
|
var _gaq = [
|
|
|
|
["_setAccount", "UA-66209-5"],
|
|
|
|
["_trackPageview"],
|
|
|
|
["_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";
|
|
|
|
s.parentNode.insertBefore(g, s);
|
|
|
|
})(document, "script");
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|