53 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <head>
 | |
|     <meta charset="utf-8">
 | |
|     <title>metanohi.name: {title}</title>
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 | |
|     <link href="/bootstrap.min.css" type="text/css" rel="stylesheet">
 | |
|     <link href="/style.css" type="text/css" rel="stylesheet">
 | |
|     <link href="/pandoc-highlighting.css" type="text/css" rel="stylesheet">
 | |
|     <link type="image/png" rel="shortcut icon" href="/favicon.png">
 | |
|   </head>
 | |
|   <body>
 | |
|     <nav id="metanohi-nav">
 | |
|       <a href="/"><span id="metanohi-logo"></span></a>
 | |
|       <ul class="list-unstyled">
 | |
|         <li class="list-inline-item"><a href="https://github.com/nqpz">github</a></li>
 | |
|         <li class="list-inline-item"><a href="https://media.metanohi.name/">media</a></li>
 | |
|         <li class="list-inline-item"><a href="/about/">about</a></li>
 | |
|       </ul>
 | |
|     </nav>
 | |
| 
 | |
|     <div class="metanohi-color-columns" style="margin-bottom: 2em;">
 | |
|       <div style="left: 00%; background-color: #A6CE52;"></div>
 | |
|       <div style="left: 10%; background-color: #6CCA80;"></div>
 | |
|       <div style="left: 20%; background-color: #218F08;"></div>
 | |
|       <div style="left: 30%; background-color: #57A543;"></div>
 | |
|       <div style="left: 40%; background-color: #97D165;"></div>
 | |
|       <div style="left: 50%; background-color: #6A9248;"></div>
 | |
|       <div style="left: 60%; background-color: #47AA4D;"></div>
 | |
|       <div style="left: 70%; background-color: #48E283;"></div>
 | |
|       <div style="left: 80%; background-color: #9CC66E;"></div>
 | |
|       <div style="left: 90%; background-color: #93B748;"></div>
 | |
|     </div>
 | |
| 
 | |
|     <div class="container-small">
 | |
|       {content}
 | |
|     </div>
 | |
| 
 | |
|     <div class="metanohi-color-columns">
 | |
|       <div style="left: 00%; background-color: #93B748;"></div>
 | |
|       <div style="left: 10%; background-color: #9CC66E;"></div>
 | |
|       <div style="left: 20%; background-color: #48E283;"></div>
 | |
|       <div style="left: 30%; background-color: #47AA4D;"></div>
 | |
|       <div style="left: 40%; background-color: #6A9248;"></div>
 | |
|       <div style="left: 50%; background-color: #97D165;"></div>
 | |
|       <div style="left: 60%; background-color: #57A543;"></div>
 | |
|       <div style="left: 70%; background-color: #218F08;"></div>
 | |
|       <div style="left: 80%; background-color: #6CCA80;"></div>
 | |
|       <div style="left: 90%; background-color: #A6CE52;"></div>
 | |
|     </div>
 | |
|   </body>
 | |
| </html>
 |