Add SVG logo (#149)

* Add codecircles.svg

* Regenerate codecircles.webp from codecircles.svg

* Add SVG favicon

* Use SVG logo instead of WebP
This commit is contained in:
Leo Heitmann Ruiz
2024-10-28 23:47:31 +01:00
committed by GitHub
parent 4160cec21d
commit 0eda3031e0
4 changed files with 9 additions and 2 deletions

View File

@ -6,6 +6,7 @@
<link rel="stylesheet" href="/static/home.css" />
<meta http-equiv="Content-Security-Policy"
content="default-src 'none'; style-src 'self'; script-src 'none'; img-src 'self';" />
<link rel="icon" href="/static/codecircles.svg" />
<link rel="icon" href="/static/codecircles.webp" />
<meta name="description" content="View StackOverflow threads in privacy and without the clutter." />
{{ template "sharedHead.html" }}
@ -14,7 +15,7 @@
<body>
<div class="container">
<div class="title">
<img class="logo" src="/static/codecircles.webp" alt="" />
<img class="logo" src="/static/codecircles.svg" alt="" />
<h1>Anonymous&shy;Overflow</h1>
</div>
<h2>Get programming help without compromising your privacy.</h2>