Compare commits

..

No commits in common. "master" and "v0.0.2" have entirely different histories.

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 slideUp"> <div id="categories" class="boxed" class=slideUp>
</div> </div>
</body> </body>