aboutsummaryrefslogtreecommitdiffstats
path: root/views/root.tpl
blob: 44a6028995b27cf764e251062a54eb5897f2b763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% rebase('base.tpl', title='Paste snippets')
You are on a simple paste deposit service.

Please copy your text on the box below:

<form action="/" method="POST">
<textarea id="content" name="content"></textarea>

<div id=floatingmenu>
  <button for="content" style="border:0;background:transparent">
    <img alt="paste" src="/static/enter-icon.png"/>
  </button>
</div>


</form>