feat: add copyright and meta tags

This commit is contained in:
jabuxas 2024-09-18 10:48:52 -03:00
parent 3de7cacc73
commit 2f16d01580
2 changed files with 10 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="jabuxas' website" />
<title>jabuxas' hub</title> <title>jabuxas' hub</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
@ -40,6 +41,8 @@
</div> </div>
</div> </div>
</div> </div>
<footer>© 2024 jabuxas - all rights by yours truly</footer>
</body> </body>
</html> </html>

View File

@ -71,3 +71,10 @@ img {
content: "\f429"; content: "\f429";
font-size: 2.2em; font-size: 2.2em;
} }
footer {
position: absolute;
bottom: 1rem;
font-size: 0.8rem;
color: #777;
}