Paste view #2
1 changed files with 6 additions and 1 deletions
|
@ -1,8 +1,13 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
|
||||||
<title>{{.Key}}</title>
|
<title>{{.Key}}</title>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta content="width=device-width, user-scalable=no, initial-scale=1.0"
|
||||||
|
name="viewport">
|
||||||
|
<meta content="ie=edge" http-equiv="X-UA-Compatible">
|
||||||
|
<title>Plak {{.Key}}• Plakken</title>
|
||||||
|
<link href="/static/style.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<pre><code>{{.Content}}</code></pre>
|
<pre><code>{{.Content}}</code></pre>
|
||||||
|
|
Loading…
Reference in a new issue