homepage/index.html

18 lines
603 B
HTML
Raw Normal View History

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