Update index.html

This commit is contained in:
a 2023-11-26 08:28:06 +00:00
parent abce59057d
commit 21f4ba4f87
1 changed files with 17 additions and 17 deletions

View File

@ -1,17 +1,17 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- original homepage by noha https://www.deviantart.com/noha-ra/art/Konbanwa-homepage-450787545 --> <!-- original homepage by noha https://www.deviantart.com/noha-ra/art/Konbanwa-homepage-450787545 -->
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="src/animations.css"> <link rel="stylesheet" href="src/animations.css">
<link rel="stylesheet" href="config/style.css"> <link rel="stylesheet" href="config/style.css">
<script src="src/jquery.min.js"></script> <script src="src/jquery.min.js"></script>
<script src="src/script.js"></script> <script src="src/script.js"></script>
<title>new tab</title> <title>new tab</title>
</head> </head>
<body> <body>
<h1 align="center" id="message" class="expandUp"></h1> <h1 align="center" id="message" class="expandUp"></h1>
<div id="categories" class="boxed" class=slideUp> <div id="categories" class="boxed slideUp">
</div> </div>
</body> </body>