aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-06-04 17:49:43 +0000
committerChristine Dodrill <me@christine.website>2019-06-04 17:49:43 +0000
commitf8202976dd7c1c1445957387962f21c2c3480fec (patch)
treeb75c1d412ffd206e5030ec9eea5c0ce02c347b8b /cmd
parent0a987b02ae480bf114a2b169374e5b76265e6ab4 (diff)
downloadx-f8202976dd7c1c1445957387962f21c2c3480fec.tar.xz
x-f8202976dd7c1c1445957387962f21c2c3480fec.zip
cmd/within.website: use <title>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/within.website/main.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/cmd/within.website/main.go b/cmd/within.website/main.go
index 51145c0..ac213b9 100644
--- a/cmd/within.website/main.go
+++ b/cmd/within.website/main.go
@@ -124,10 +124,11 @@ const indexTemplate = `<!DOCTYPE html>
</html>`
const botInfoPage = `<link rel="stylesheet" href="/static/gruvbox.css">
+<title>x repo bots</title>
<main>
<h1>x repo bots</h1>
-Hello, if you are reading this, you have found this URL in your access logs.
+<p>Hello, if you are reading this, you have found this URL in your access logs.
-If one of these programs is doing something you don't want them to do, please <a href="https://christine.website/contact">contact me</a> or open an issue <a href="https://github.com/Xe/x">here</a>.
+If one of these programs is doing something you don't want them to do, please <a href="https://christine.website/contact">contact me</a> or open an issue <a href="https://github.com/Xe/x">here</a>.</p>
</main>`