mirror of
https://github.com/NotAShelf/goblin.git
synced 2024-11-22 21:31:07 +00:00
10 lines
122 B
HTML
10 lines
122 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Paste</title>
|
|
</head>
|
|
<body>
|
|
<pre>{{.Content}}</pre>
|
|
</body>
|
|
</html>
|