gopaste/post.html
2018-11-29 10:46:01 -05:00

23 lines
322 B
HTML

<html>
<head>
<title>gopaste</title>
<style>
body {
font-size: 120%;
}
article {
white-space: pre-wrap;
word-break: break-word;
margin: 0 auto;
max-width: 40em;
font-family: serif;
}
</style>
</head>
<body>
<h1><a href="/">gopaste</a></h1>
<article>{{.}}</article>
</body>
</html>