2023-10-07 19:53:55 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2023-10-15 01:07:56 +02:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta content="Plakken, paste, pastebin" name="keywords">
|
|
|
|
<meta content="Plakken is a simple open-source paste service where you can store store text for a set period of time."
|
|
|
|
name="description">
|
|
|
|
<meta content="Plakken" name="author">
|
|
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
|
|
|
<title>Plak {{.Key}} • Plakken</title>
|
|
|
|
<link href="/static/style.css" rel="stylesheet">
|
2023-10-07 19:53:55 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<pre><code>{{.Content}}</code></pre>
|
|
|
|
</body>
|
|
|
|
</html>
|