mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-05-25 11:22:27 +00:00
feat: version and back button
This commit is contained in:
parent
3398ba637b
commit
504144c94b
6 changed files with 43 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue