mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2024-12-06 19:16:43 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 86c8899576 |
Binary file not shown.
|
Before Width: | Height: | Size: 6.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.3 KiB |
+2
-2
@@ -7,7 +7,7 @@
|
|||||||
http-equiv="Content-Security-Policy"
|
http-equiv="Content-Security-Policy"
|
||||||
content="default-src 'none'; style-src 'self'; script-src 'none'; img-src 'self';"
|
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
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="View StackOverflow threads in privacy and without the clutter."
|
content="View StackOverflow threads in privacy and without the clutter."
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
<div class="title">
|
<div class="title">
|
||||||
<img
|
<img
|
||||||
class="logo"
|
class="logo"
|
||||||
src="/static/codecircles.png"
|
src="/static/codecircles.webp"
|
||||||
alt="4 circles with alternating colors between green and white"
|
alt="4 circles with alternating colors between green and white"
|
||||||
/>
|
/>
|
||||||
<h1>AnonymousOverflow</h1>
|
<h1>AnonymousOverflow</h1>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
<a href="/" class="logo-link">
|
<a href="/" class="logo-link">
|
||||||
<img
|
<img
|
||||||
class="logo"
|
class="logo"
|
||||||
src="/static/codecircles.png"
|
src="/static/codecircles.webp"
|
||||||
alt="4 circles with alternating colors between green and white"
|
alt="4 circles with alternating colors between green and white"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<meta name="theme-color" content="#8CFFC1" />
|
<meta name="theme-color" content="#8CFFC1" />
|
||||||
<meta name="og:image" content="/static/codecircles.png" />
|
<meta name="og:image" content="/static/codecircles.webp" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="stylesheet" href="/static/globals.css" />
|
<link rel="stylesheet" href="/static/globals.css" />
|
||||||
|
|||||||
Reference in New Issue
Block a user