1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-02-09 09:23:56 +00:00
kamokan/html/website/topbar.mustache

15 lines
755 B
Text
Raw Normal View History

2017-04-21 19:01:13 +01:00
<div id="topbar">
<p id="version">kamokan {{version}}</p>
2017-06-15 00:06:47 +01:00
<a href="{{base_uri}}"><img src="Pictures/kamokan-icon.png" alt="kamokan icon" class="icon"></a>
2017-05-14 14:50:16 +01:00
<a href="save.html"><input type="image" src="Pictures/save-ink.png" alt="Submit" class="icon-green" title="Paste"/></a>
2017-06-15 00:06:47 +01:00
<a href="save.html" class="submit-mobile"><input type="submit" title="Paste"/></a>
2017-05-16 18:51:57 +01:00
<a href="{{base_uri}}"><img src="Pictures/new-ink.png" alt="new icon" class="icon-green" title="New"/></a>
2017-05-14 14:50:16 +01: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-15 00:06:47 +01:00
{{> github }}
2017-05-14 14:50:16 +01:00
2017-04-21 19:01:13 +01:00
</div>