blob: 179dde8a47ce10d237777b53375d42aa1b245e14 (
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">
<img alt="Paste" src="/static/enter-icon.png" />
</button>
</div>
</form>
|