Reorganizing.

This commit is contained in:
2014-10-02 07:02:09 -04:00
parent 60d2747327
commit 47987d8db1
19 changed files with 9 additions and 32487 deletions

12
templates/main_menu.html Normal file
View File

@@ -0,0 +1,12 @@
<div class="outer_frame">
<div class="widget_box search_box">
<h1>Scholarium</h1>
<form action="">
<input name="url" autocomplete="off"></input>
</form>
</div>
<div class="widget_box">
<h2>Saved maps</h2>
<ul id="saved_maps_container"></ul>
</div>
</div>