|
| 1 | +<?xml version="1.0" encoding="UTF-8" ?> |
| 2 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 3 | +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 4 | + <head> |
| 5 | + <meta charset="utf-8" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 7 | + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| 8 | + <title>Haskell Embedded Blog - Posts tagged "haskell"</title> |
| 9 | + <link href="../css/bootstrap.css" rel="stylesheet" /> |
| 10 | + <link rel="stylesheet" type="text/css" href="../css/default.css" /> |
| 11 | + <!-- syntax.css is Pandoc's syntax.css file, copied from: |
| 12 | + https://github.com/jaspervdj/hakyll/blob/master/web/css/syntax.css |
| 13 | + --> |
| 14 | + <link rel="stylesheet" type="text/css" href="../css/syntax.css" /> |
| 15 | + |
| 16 | + <link rel="apple-touch-icon" sizes="57x57" href="../apple-touch-icon-57x57.png"> |
| 17 | + <link rel="apple-touch-icon" sizes="60x60" href="../apple-touch-icon-60x60.png"> |
| 18 | + <link rel="apple-touch-icon" sizes="72x72" href="../apple-touch-icon-72x72.png"> |
| 19 | + <link rel="apple-touch-icon" sizes="76x76" href="../apple-touch-icon-76x76.png"> |
| 20 | + <link rel="apple-touch-icon" sizes="114x114" href="../apple-touch-icon-114x114.png"> |
| 21 | + <link rel="apple-touch-icon" sizes="120x120" href="../apple-touch-icon-120x120.png"> |
| 22 | + <link rel="apple-touch-icon" sizes="144x144" href="../apple-touch-icon-144x144.png"> |
| 23 | + <link rel="apple-touch-icon" sizes="152x152" href="../apple-touch-icon-152x152.png"> |
| 24 | + <link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon-180x180.png"> |
| 25 | + <link rel="icon" type="image/png" href="../favicon-32x32.png" sizes="32x32"> |
| 26 | + <link rel="icon" type="image/png" href="../android-chrome-192x192.png" sizes="192x192"> |
| 27 | + <link rel="icon" type="image/png" href="../favicon-96x96.png" sizes="96x96"> |
| 28 | + <link rel="icon" type="image/png" href="../favicon-16x16.png" sizes="16x16"> |
| 29 | + <link rel="manifest" href="../manifest.json"> |
| 30 | + <meta name="msapplication-TileColor" content="#da532c"> |
| 31 | + <meta name="msapplication-TileImage" content="/mstile-144x144.png"> |
| 32 | + <meta name="theme-color" content="#ffffff"> |
| 33 | + </head> |
| 34 | + <body> |
| 35 | + <div id="header"> |
| 36 | + <div id="logo"> |
| 37 | + <a href="../">Haskell Embedded Blog</a> |
| 38 | + </div> |
| 39 | + <div id="navigation"> |
| 40 | + <a href="../">Home</a> |
| 41 | + <a href="../about.html">About</a> |
| 42 | + <a href="../contact.html">Contact</a> |
| 43 | + <a href="../archive.html">Archive</a> |
| 44 | + </div> |
| 45 | + </div> |
| 46 | + |
| 47 | + <div id="content"> |
| 48 | + <h1>Posts tagged "haskell"</h1> |
| 49 | + |
| 50 | + <ul> |
| 51 | + |
| 52 | + <li> |
| 53 | + <a href="../posts/2015-02-17-atom-examples.html">Examples for the Atom library</a> - February 17, 2015 |
| 54 | + </li> |
| 55 | + |
| 56 | + <li> |
| 57 | + <a href="../posts/2015-02-06-how-i-got-here.html">How I Got Here (i.e. to using Haskell for embedded code)</a> - February 6, 2015 |
| 58 | + </li> |
| 59 | + |
| 60 | +</ul> |
| 61 | + |
| 62 | + |
| 63 | + </div> |
| 64 | + <div id="footer"> |
| 65 | + Site proudly generated by |
| 66 | + <a href="http://jaspervdj.be/hakyll">Hakyll</a> |
| 67 | + </div> |
| 68 | + <script src="../js/bootstrap.js"></script> |
| 69 | + </body> |
| 70 | +</html> |
0 commit comments