diff --git a/public/codecircles.png b/public/codecircles.png new file mode 100644 index 0000000..6fb8ce6 Binary files /dev/null and b/public/codecircles.png differ diff --git a/public/home.css b/public/home.css index 4554691..01fcab6 100644 --- a/public/home.css +++ b/public/home.css @@ -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; diff --git a/templates/home.html b/templates/home.html index 8296117..c6e9e27 100644 --- a/templates/home.html +++ b/templates/home.html @@ -7,12 +7,16 @@ +
AnonymousOverflow allows you to view StackOverflow threads diff --git a/templates/question.html b/templates/question.html index 7d5d7c9..17b899e 100644 --- a/templates/question.html +++ b/templates/question.html @@ -9,6 +9,7 @@ http-equiv="Content-Security-Policy" content="default-src 'none'; style-src 'self'; script-src 'none'; img-src {{ .imagePolicy }};" /> +