design/index.html
author ymh <ymh.work@gmail.com>
Fri, 16 Nov 2018 17:01:19 +0100
changeset 174 ac1a026edd58
parent 122 964633aa5d45
permissions -rw-r--r--
Correct display of protocol small improvment on fonts

---
layout: default
---
   
   {% include nav.html %}

	<!--
	<div id="session">
		{% include notes.list.html %}
	</div>
	-->

	<div id="notes" class="container">
	   {% include notes.html margins="side" %}	
	</div>

	<div id="editor" class="fixed-bottom">
		<div class="container">
			{% include zone.edit.html %}
		</div>
	</div>