404 templating

This commit is contained in:
Gaspard Jankowiak 2013-02-25 11:45:21 +01:00
parent 6463ce6e0a
commit b05775eaf3

View file

@ -1,48 +1,6 @@
<!doctype html> ---
<html> title: Page non trouvée !
<head> layout: default
<meta charset="utf-8"> ---
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Page personnnelle de Gaspard Jankowiak by gjankowiak</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head> <div style="text-align:center;font-size:200px;margin-bottom:100px">404/0</div>
<body>
<div class="wrapper">
<section>
<div id="title">
<h1>Perso personnelle de Gaspard Jankowiak</h1>
<p>Thésard au Ceremade — Université Paris-Dauphine</p>
<hr>
<span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a></span>
</div>
</section>
<div style="text-align:center;font-size:200px">404/0</div>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-38752691-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>