feat: version and back button

This commit is contained in:
httpjamesm 2022-12-28 11:33:26 -05:00
parent 3398ba637b
commit 504144c94b
6 changed files with 43 additions and 8 deletions

View file

@ -12,12 +12,19 @@
<link rel="icon" href="/static/codecircles.png" />
<meta name="theme-color" content="#8CFFC1" />
<meta name="og:image" content="/static/codecircles.png" />
<meta name="description" content="View StackOverflow threads in privacy and without the clutter." />
<meta
name="description"
content="View StackOverflow threads in privacy and without the clutter."
/>
</head>
<body>
<div class="container">
<div class="title">
<img class="logo" src="/static/codecircles.png" alt="4 circles with alternating colors between green and white" />
<img
class="logo"
src="/static/codecircles.png"
alt="4 circles with alternating colors between green and white"
/>
<h1>AnonymousOverflow</h1>
</div>
<h2>Get programming help without compromising your privacy.</h2>
@ -63,6 +70,7 @@
rel="noopener noreferrer"
>Source</a
>
• Version {{ .version }}
</p>
</div>
</body>