You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.6 KiB
41 lines
1.6 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta author="Nicolas SCHOEMAEKER (nschoe) <ns.schoe _at_ gmail _dot_ com">
|
|
<meta description="My place on the Internet to share and explain what I know">
|
|
|
|
<link rel="icon" href="favicon.gif" type="image/gif" sizes="128x128">
|
|
|
|
<title>nschoe's labs - $title$</title>
|
|
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
|
|
<link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
|
|
<link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
|
|
<link rel="stylesheet" type="text/css" href="/css/default.css">
|
|
<link rel="stylesheet" type="text/css" href="/css/syntax_highlighting.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<a href="/">nschoe's labs</a>
|
|
<a href="/">Home</a>
|
|
<a href="/articles.html">Articles</a>
|
|
<a href="/haskell.html">Haskell</a>
|
|
<a href="/ai.html">A.I.</a>
|
|
<a href="/webrtc.html">WebRTC</a>
|
|
<a href="/about.html">About</a>
|
|
<a href="mailto:ns.schoe@gmail.com">Contact</a>
|
|
<a href="/rss.xml"><img src="/images/rss.png" alt="RSS feed logo"></a>
|
|
</header>
|
|
|
|
<div id="content">
|
|
<h1>$title$</h1>
|
|
|
|
$body$
|
|
<!-- <footer>
|
|
Site proudly generated by
|
|
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
|
|
</footer> -->
|
|
</div>
|
|
</body>
|
|
</html>
|