feat: new logo + favicon
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user