twitterchiver/viewer: add titles to pages

This commit is contained in:
Luke Granger-Brown 2020-10-18 01:08:12 +00:00
parent 0fed7d1245
commit 0d8ff4ba40
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
<!DOCTYPE html>
<title>Twitterchiver</title>
<h1>Twitterchiver</h1>
<h2>Accounts visible to {{.Username}}</h2>
<ul>

View file

@ -1,4 +1,5 @@
<!DOCTYPE html>
<title>{{if .Query}}{{.Query}} - {{end}}@{{.TwitterUsername}} - Twitterchiver</title>
<style>
html, body {
background-color: rgb(21, 32, 43);