diff options
-rw-r--r-- | template.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template.go b/template.go index c0a79a4..514ff30 100644 --- a/template.go +++ b/template.go | |||
@@ -5,6 +5,11 @@ var tpltext = `<!doctype html> | |||
5 | <head> | 5 | <head> |
6 | <meta charset="utf-8"> | 6 | <meta charset="utf-8"> |
7 | <title>{{.Title}}</title> | 7 | <title>{{.Title}}</title> |
8 | <style> | ||
9 | * { | ||
10 | font-family: Monospace; | ||
11 | } | ||
12 | </style> | ||
8 | </head> | 13 | </head> |
9 | <body> | 14 | <body> |
10 | <pre> | 15 | <pre> |