This repository has been archived on 2025-07-21. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
goblin/templates/paste.html
2023-09-07 22:10:15 +03:00

9 lines
122 B
HTML

<!doctype html>
<html>
<head>
<title>Paste</title>
</head>
<body>
<pre>{{.Content}}</pre>
</body>
</html>