42 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html lang="en">
 | |
|     <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>$title$</title>
 | |
|         <link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/lato" type="text/css"/>
 | |
|          <link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/crimson" type="text/css"/> 
 | |
|         <link rel="stylesheet" href="/css/default.css" />
 | |
|         <link rel="stylesheet" href="/css/syntax.css" />
 | |
|     </head>
 | |
|     <body>
 | |
|       <header>
 | |
|         <hgroup>
 | |
|           <h1>Binary Strolls</h1>
 | |
|           <h2>Cyber rambling (or ranting), mostly about code</h2>
 | |
|           </hgroup>
 | |
|       </header>
 | |
|             <nav>
 | |
|               <menu>
 | |
| 		            <a href="/index.html">Home</a>
 | |
| 		            <a href="/archive.html">Archive</a>
 | |
| 		            <a href="https://dbalan.in">About</a>
 | |
|               </menu>
 | |
| 	          </nav>
 | |
|         <section>
 | |
|             $body$
 | |
|         </section>
 | |
|         <footer>
 | |
|           <p>
 | |
|             <a href="//github.com/dbalan"> Source Code </a> -
 | |
|             <a href="https://jaspervdj.be/hakyll/"> built with hakyll</a>
 | |
|           </p>
 | |
|           <p>
 | |
|             CC-BY-NC
 | |
|           </p>
 | |
|         </footer>
 | |
|     </body>
 | |
|     </body>
 | |
| </html>
 | 
