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