112 lines
4.1 KiB
HTML
112 lines
4.1 KiB
HTML
|
<!DOCTYPE html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<meta charset="utf-8">
|
|||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|||
|
|
|||
|
<title>Ramblings of an archer archer</title>
|
|||
|
<meta name="description" content="Things which an Arch Linux user that also owns an recurve bow can write.
|
|||
|
">
|
|||
|
|
|||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
|
|||
|
<link rel="stylesheet" href="/css/main.css">
|
|||
|
<link href='https://fonts.googleapis.com/css?family=Hammersmith+One' rel='stylesheet' type='text/css'>
|
|||
|
<link rel="canonical" href="http://praticamentetilde.github.io/404.html">
|
|||
|
<link rel="alternate" type="application/rss+xml" title="Ramblings of an archer archer" href="http://praticamentetilde.github.io/feed.xml">
|
|||
|
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
|||
|
<script src="https://rawgit.com/snaptortoise/konami-js/master/konami.js"></script>
|
|||
|
<!-- Favicon -->
|
|||
|
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
|
|||
|
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
|
|||
|
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
|
|||
|
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
|
|||
|
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
|
|||
|
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
|
|||
|
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
|
|||
|
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
|
|||
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
|
|||
|
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
|
|||
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|||
|
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
|
|||
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|||
|
<link rel="manifest" href="/manifest.json">
|
|||
|
<meta name="msapplication-TileColor" content="#ffffff">
|
|||
|
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
|||
|
</head>
|
|||
|
|
|||
|
<body>
|
|||
|
<header class="header">
|
|||
|
<section class="head">
|
|||
|
<h2 class="title">Ramblings of an archer archer</h2>
|
|||
|
<p>Things which an Arch Linux user that also owns an recurve bow can write.
|
|||
|
</p>
|
|||
|
</section>
|
|||
|
<nav class="navbar">
|
|||
|
<div class="container">
|
|||
|
<ul class="navbar-list">
|
|||
|
<li class="navbar-item">
|
|||
|
<a href="/">home</a>
|
|||
|
</li>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<li class="navbar-item">
|
|||
|
<a href="/about/">About</a>
|
|||
|
</li>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<li class="navbar-item">
|
|||
|
<a href="http://www.burarco.it">My archery club</a>
|
|||
|
</li>
|
|||
|
<li class="navbar-item">
|
|||
|
<a href="/feed.xml">RSS</a>
|
|||
|
</li>
|
|||
|
|
|||
|
</ul>
|
|||
|
</div>
|
|||
|
</nav>
|
|||
|
|
|||
|
</header>
|
|||
|
<main class="container">
|
|||
|
<h1 id="page-not-found">404 - page not found</h1>
|
|||
|
|
|||
|
<p>If you didn’t come on purpose I apologise, but the page you are searching doesn’t exist.
|
|||
|
But, if you came on purpose, enjoy a flat Rick Astley gif dancing.</p>
|
|||
|
|
|||
|
<p><img src="/astley.gif" alt="Rick gif" /></p>
|
|||
|
|
|||
|
<style>
|
|||
|
img{
|
|||
|
display: inline-block
|
|||
|
}
|
|||
|
main{
|
|||
|
text-align: center
|
|||
|
}
|
|||
|
</style>
|
|||
|
|
|||
|
<p>Thanks <a href="https://github.com/Giorgio-Croci">Giorgio Croci!</a></p>
|
|||
|
|
|||
|
</main>
|
|||
|
<footer class="site-footer">
|
|||
|
<div class="icons">
|
|||
|
<a class="icon" href="https://github.com/praticamentetilde"><i class="fa fa-github"></i></a>
|
|||
|
<a class="icon" href="https://www.reddit.com/user/praticamentetilde"><i class="fa fa-reddit"></i></a>
|
|||
|
</div>
|
|||
|
<h6 class="author">Claudio Maggioni 2016</h6>
|
|||
|
</footer>
|
|||
|
|
|||
|
<script>
|
|||
|
var easter_egg = new Konami();
|
|||
|
easter_egg.load("https://www.youtube.com/watch?v=URTcCh6QVwM");
|
|||
|
</script>
|
|||
|
</body>
|
|||
|
</html>
|