26 lines
532 B
HTML
Executable File
26 lines
532 B
HTML
Executable File
---
|
|
title: Pastebin
|
|
layout: default
|
|
---
|
|
|
|
<h1>
|
|
Pastebin.
|
|
<small>
|
|
<small>
|
|
Thanks to
|
|
<a href="http://sprunge.us">
|
|
sprunge.us<!--
|
|
--></a>
|
|
and
|
|
<a href="http://google.com">
|
|
Google.
|
|
</a>
|
|
</small>
|
|
</small>
|
|
</h1>
|
|
<form action="http://sprunge.us" method="post" target="_blank">
|
|
<textarea name="sprunge" cols="80" rows="24"></textarea>
|
|
<br/>
|
|
<input type="submit" name="submit" value="Paste!" />
|
|
</form>
|