feat: new logo + favicon
This commit is contained in:
parent
0a525248ac
commit
1af311a614
BIN
public/codecircles.png
Normal file
BIN
public/codecircles.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
@ -81,6 +81,18 @@ body {
|
|||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
width: 100%;
|
||||||
|
align-items: center;
|
||||||
|
gap: .5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 800px) {
|
@media screen and (max-width: 800px) {
|
||||||
body {
|
body {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
@ -7,12 +7,16 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta
|
<meta
|
||||||
http-equiv="Content-Security-Policy"
|
http-equiv="Content-Security-Policy"
|
||||||
content="default-src 'none'; style-src 'self'; script-src 'none';"
|
content="default-src 'none'; style-src 'self'; script-src 'none'; img-src 'self';"
|
||||||
/>
|
/>
|
||||||
|
<link rel="icon" href="/static/codecircles.png" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>AnonymousOverflow</h1>
|
<div class="title">
|
||||||
|
<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>
|
<h2>Get programming help without compromising your privacy.</h2>
|
||||||
<p>
|
<p>
|
||||||
AnonymousOverflow allows you to view StackOverflow threads
|
AnonymousOverflow allows you to view StackOverflow threads
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
http-equiv="Content-Security-Policy"
|
http-equiv="Content-Security-Policy"
|
||||||
content="default-src 'none'; style-src 'self'; script-src 'none'; img-src {{ .imagePolicy }};"
|
content="default-src 'none'; style-src 'self'; script-src 'none'; img-src {{ .imagePolicy }};"
|
||||||
/>
|
/>
|
||||||
|
<link rel="icon" href="/static/codecircles.png" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="parent">
|
<div class="parent">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user