Update index.html
This commit is contained in:
parent
abce59057d
commit
21f4ba4f87
34
index.html
34
index.html
|
@ -1,17 +1,17 @@
|
|||
<!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" class=slideUp>
|
||||
</div>
|
||||
</body>
|
||||
<!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>
|
||||
|
|
Loading…
Reference in New Issue