twitterchiver/viewer: add titles to pages
This commit is contained in:
parent
0fed7d1245
commit
0d8ff4ba40
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<title>Twitterchiver</title>
|
||||
<h1>Twitterchiver</h1>
|
||||
<h2>Accounts visible to {{.Username}}</h2>
|
||||
<ul>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<title>{{if .Query}}{{.Query}} - {{end}}@{{.TwitterUsername}} - Twitterchiver</title>
|
||||
<style>
|
||||
html, body {
|
||||
background-color: rgb(21, 32, 43);
|
||||
|
|
Loading…
Reference in a new issue