gopaste/post.html

23 lines
322 B
HTML
Raw Normal View History

2018-11-29 15:24:11 +00:00
<html>
<head>
<title>gopaste</title>
<style>
2018-11-29 15:46:01 +00:00
body {
font-size: 120%;
}
2018-11-29 15:24:11 +00:00
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>
2018-11-29 14:57:07 +00:00
2018-11-29 15:24:11 +00:00
<article>{{.}}</article>
</body>
</html>