added footer with copyright info

This commit is contained in:
Fennel Kora 2024-07-06 22:34:38 -04:00
parent 9988537cad
commit 5bb7667d7d
2 changed files with 12 additions and 0 deletions

View file

@ -37,5 +37,6 @@
though accounts will still require systematic approval.</p> though accounts will still require systematic approval.</p>
</div> </div>
</div> </div>
<div id="footer">Site contents ©2024 by fennel kora under MIT License. Kyushu Starscape Panorama CC BY-NC-SA 4.0 by Xiphos</div>
</body> </body>
</html> </html>

View file

@ -57,4 +57,15 @@ a:hover {
hr { hr {
margin: 2em; margin: 2em;
}
#footer {
display: block;
position: fixed;
bottom: 0;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 0.8em;
width: 100%;
} }