aboutsummaryrefslogtreecommitdiffstats
path: root/template.go
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2017-10-15 13:16:23 -0700
committerJames Mills <prologic@shortcircuit.net.au>2017-10-15 13:16:35 -0700
commit74783dccd7cbd6f7dba1c6894d5b68ec0d93131d (patch)
tree612ef4950e4018a8da42dc82b7dcfa1e97677048 /template.go
parentUpdate README.md (diff)
downloadgopherproxy-74783dccd7cbd6f7dba1c6894d5b68ec0d93131d.tar.gz
gopherproxy-74783dccd7cbd6f7dba1c6894d5b68ec0d93131d.tar.bz2
gopherproxy-74783dccd7cbd6f7dba1c6894d5b68ec0d93131d.zip
Minor refactor/cleanup
Diffstat (limited to 'template.go')
-rw-r--r--template.go18
1 files changed, 0 insertions, 18 deletions
diff --git a/template.go b/template.go
index 3b0fe2f..6d47d06 100644
--- a/template.go
+++ b/template.go
@@ -6,24 +6,6 @@ var tpltext = `<!doctype html>
6<meta charset="utf-8"> 6<meta charset="utf-8">
7<meta name="viewport" content="width=device-width, initial-scale=1" /> 7<meta name="viewport" content="width=device-width, initial-scale=1" />
8<title>{{.Title}}</title> 8<title>{{.Title}}</title>
9<style>
10 body {
11 background: #FFFFFF;
12 }
13
14 section {
15 margin: auto;
16 width: 50%;
17 font-family:Courier;
18 color: #CCCCCC;
19 background: #000000;
20 border: 3px double #CCCCCC;
21 color: #FFFFFF;
22 border-radius: 1em;
23 padding: 1em;
24 overflow-x: auto;
25 }
26</style>
27</head> 9</head>
28<body> 10<body>
29<section> 11<section>