Update index.html
This commit is contained in:
parent
abce59057d
commit
21f4ba4f87
34
index.html
34
index.html
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue