mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-05-27 04:07:17 +00:00
perf: compress codecircles into webp (#59)
This commit is contained in:
parent
991b5b46f4
commit
10fc103fda
5 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
http-equiv="Content-Security-Policy"
|
||||
content="default-src 'none'; style-src 'self'; script-src 'none'; img-src 'self';"
|
||||
/>
|
||||
<link rel="icon" href="/static/codecircles.png" />
|
||||
<link rel="icon" href="/static/codecircles.webp" />
|
||||
<meta
|
||||
name="description"
|
||||
content="View StackOverflow threads in privacy and without the clutter."
|
||||
|
@ -19,7 +19,7 @@
|
|||
<div class="title">
|
||||
<img
|
||||
class="logo"
|
||||
src="/static/codecircles.png"
|
||||
src="/static/codecircles.webp"
|
||||
alt="4 circles with alternating colors between green and white"
|
||||
/>
|
||||
<h1>AnonymousOverflow</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue