Update index.html

This commit is contained in:
Clove 2026-06-10 17:16:21 +02:00 committed by git.gay
parent 9c248f65f6
commit 98111af2c5
No known key found for this signature in database
GPG Key ID: BDA2A7586B5E1432
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
</head> </head>
<body> <body>
<div class="intro"> <main class="intro">
<header class="hub-header"> <header class="hub-header">
<img class="pfp" src="assets/media/avatar.png" alt="Ari avatar"> <img class="pfp" src="assets/media/avatar.png" alt="Ari avatar">
<div> <div>
@ -56,7 +56,7 @@
and just tries to help out whenever she can. and just tries to help out whenever she can.
</div> </div>
</header> </header>
</div> </main>
</body> </body>
<script src="js/index.js"></script> <script src="js/index.js"></script>