mirror of
https://github.com/NotAShelf/goblin.git
synced 2025-02-22 03:18:03 +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>
|