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;
|
||||
}
|
||||
|
||||
.title {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
align-items: center;
|
||||
gap: .5rem;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
body {
|
||||
padding: 1rem;
|
||||
|
@ -7,12 +7,16 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta
|
||||
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>
|
||||
<body>
|
||||
<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>
|
||||
<p>
|
||||
AnonymousOverflow allows you to view StackOverflow threads
|
||||
|
@ -9,6 +9,7 @@
|
||||
http-equiv="Content-Security-Policy"
|
||||
content="default-src 'none'; style-src 'self'; script-src 'none'; img-src {{ .imagePolicy }};"
|
||||
/>
|
||||
<link rel="icon" href="/static/codecircles.png" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="parent">
|
||||
|
Loading…
x
Reference in New Issue
Block a user