moved knowledge to another domain

This commit is contained in:
CatAClock 2025-04-19 12:25:04 -07:00
parent 0a2a780b8d
commit 0dfb414f83
3 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<link href="index.css" rel="stylesheet"/> <link href="style.css" rel="stylesheet"/>
<link href="Animations.css" rel="stylesheet"/> <link href="Animations.css" rel="stylesheet"/>
<meta name="description" content="Home of an independent developer. Find programming projects, games, and work experience on this website."> <meta name="description" content="Home of an independent developer. Find programming projects, games, and work experience on this website.">
<link rel="icon" type="image/png" sizes="32x32" href="Icons/Favicon32.png"> <link rel="icon" type="image/png" sizes="32x32" href="Icons/Favicon32.png">
@ -237,6 +237,6 @@
<img src="Buttons/NekkoScape98Nyan.gif" alt="A button of a cat going back and forth before looking happy. The text says Nekko Scape 98 Nyan."> <img src="Buttons/NekkoScape98Nyan.gif" alt="A button of a cat going back and forth before looking happy. The text says Nekko Scape 98 Nyan.">
</footer> </footer>
<!-- Load the script --> <!-- Load the script -->
<script src="index.js"></script> <script src="script.js"></script>
</body> </body>
</html> </html>

View file