31 lines
		
	
	
		
			No EOL
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			No EOL
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <head>
 | |
|     <meta charset="UTF-8" >
 | |
|     <meta name="generator" content="pandoc" >
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" >
 | |
|     <meta name="author" content="CJ van den Berg" >
 | |
|     <link rel="icon" type="image/png" href="$site.asset('img/flow-control.png').link()">
 | |
|     <link rel="stylesheet" type="text/css" href="$site.asset('css/reset.css').link()">
 | |
|     <link rel="stylesheet" type="text/css" href="$site.asset('css/index.css').link()">
 | |
|     <title :text="$site.title"></title>
 | |
|   </head>
 | |
|   <body>
 | |
|   <nav id="menu" class="centered">
 | |
|       <ctx about="$site.page('index')">
 | |
|         <a href="$ctx.about.link()" text="$ctx.about.title">Home</a>
 | |
|       </ctx>
 | |
|       •
 | |
|       <a href="https://github.com/neurocyte/flow/releases">Downloads</a>
 | |
|       •
 | |
|       <a href="https://github.com/neurocyte/flow-nightly/releases">Nightly Builds</a>
 | |
|       •
 | |
|       <a href="https://discord.com/invite/4wvteUPphx">Discord</a>
 | |
|       •
 | |
|       <a href="https://github.com/neurocyte/flow">Github</a>
 | |
|     </nav>
 | |
|     <h1 :text="$page.title"></h1>
 | |
|     <div :html="$page.content()"></div>
 | |
|   <script src="$site.asset('js/index.js').link()"></script>
 | |
|   </body>
 | |
| </html> |