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.
59 lines
2.3 KiB
59 lines
2.3 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta author="Nicolas SCHOEMAEKER (nschoe) <nschoe _at_ protonmail _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=Bubbler+One' rel='stylesheet' type='text/css'>
|
|
<link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
|
|
<!-- <link href='http://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet' type='text/css'> -->
|
|
<link href='https://fonts.googleapis.com/css?family=Lora' 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:nschoe@protonmail.com">Contact</a>
|
|
<a href="/rss.xml"><img src="/images/rss.png" alt="RSS feed logo"></a>
|
|
</header>
|
|
|
|
<div id="scrollBar">
|
|
</div>
|
|
|
|
<div id="content">
|
|
<h1>$title$</h1>
|
|
|
|
$body$
|
|
<!-- <footer>
|
|
Site proudly generated by
|
|
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
|
|
</footer> -->
|
|
</div>
|
|
|
|
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
|
|
</script>
|
|
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-60001054-1', 'auto');
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
</body>
|
|
</html>
|