1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-01-13 19:56:40 +00:00
kamokan/html/website/topbar.mustache

15 lines
755 B
Text
Raw Normal View History

2017-04-21 18:01:13 +00:00
<div id="topbar">
<p id="version">kamokan {{version}}</p>
2017-06-14 23:06:47 +00:00
<a href="{{base_uri}}"><img src="Pictures/kamokan-icon.png" alt="kamokan icon" class="icon"></a>
2017-05-14 13:50:16 +00:00
<a href="save.html"><input type="image" src="Pictures/save-ink.png" alt="Submit" class="icon-green" title="Paste"/></a>
2017-06-14 23:06:47 +00:00
<a href="save.html" class="submit-mobile"><input type="submit" title="Paste"/></a>
2017-05-16 17:51:57 +00:00
<a href="{{base_uri}}"><img src="Pictures/new-ink.png" alt="new icon" class="icon-green" title="New"/></a>
2017-05-14 13:50:16 +00:00
<a href="edit.html"><img src="Pictures/edit-ink.png" alt="duplicate and edit icon" class="icon-green" title="Duplicate and Edit"/></a>
<a href="text.html"><img src="Pictures/text-ink.png" alt="text icon" class="icon-green" title="Text only"/></a>
2017-06-14 23:06:47 +00:00
{{> github }}
2017-05-14 13:50:16 +00:00
2017-04-21 18:01:13 +00:00
</div>