mirror of
https://github.com/NotAShelf/goblin.git
synced 2025-02-21 19:08:04 +00:00
9 lines
122 B
HTML
9 lines
122 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Paste</title>
|
|
</head>
|
|
<body>
|
|
<pre>{{.Content}}</pre>
|
|
</body>
|
|
</html>
|