mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2024-12-01 00:45:41 +00:00
14 lines
183 B
Text
14 lines
183 B
Text
|
{{> head}}
|
||
|
<body>
|
||
|
<form action="{{base_uri}}/paste.cgi" method="post" accept-charset="UTF-8">
|
||
|
|
||
|
{{> topbar}}
|
||
|
|
||
|
<p>An error occurred: {{error_message}}</p>
|
||
|
|
||
|
</form>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|