2017-04-21 18:01:13 +00:00
|
|
|
<div id="topbar">
|
2017-06-18 15:23:43 +00:00
|
|
|
<p id="version">KamoKan</p>
|
|
|
|
<a href="{{host_path}}/"><img src="{{host_path}}/Pictures/kamokan-icon-gt.png" alt="kamokan icon" class="icon"></a>
|
|
|
|
|
2017-06-21 07:18:49 +00:00
|
|
|
{{^submit_page}}
|
2017-06-18 15:23:43 +00:00
|
|
|
<img src="{{host_path}}/Pictures/save-grey.png" alt="no-submit" class="icon-green">
|
2017-06-21 07:18:49 +00:00
|
|
|
{{/submit_page}}
|
2017-06-18 15:23:43 +00:00
|
|
|
|
2017-06-21 07:18:49 +00:00
|
|
|
{{#submit_page}}
|
2017-06-18 15:23:43 +00:00
|
|
|
<a href="save.html"><input type="image" src="{{host_path}}/Pictures/save-ink.png" alt="Submit" class="icon-green" title="Paste"/></a>
|
2017-06-21 07:18:49 +00:00
|
|
|
{{/submit_page}}
|
2017-06-14 23:06:47 +00:00
|
|
|
|
|
|
|
<a href="save.html" class="submit-mobile"><input type="submit" title="Paste"/></a>
|
|
|
|
|
2017-06-18 15:23:43 +00:00
|
|
|
<a href="{{host_path}}/"><img src="{{host_path}}/Pictures/new-ink.png" alt="new icon" class="icon-green" title="New"/></a>
|
|
|
|
|
|
|
|
{{#pastie_page}}
|
|
|
|
<a href="{{host_path}}/{{pastie_token}}"><img src="{{host_path}}/Pictures/text-ink.png" alt="text icon" class="icon-green" title="Text only"/></a>
|
|
|
|
{{/pastie_page}}
|
2017-05-14 13:50:16 +00:00
|
|
|
|
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>
|