-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (31 loc) · 1.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang=ru>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="robots" content="all" />
<meta name="referrer" content="never" />
<meta name="theme-color" content="#444" />
<title>DeAlexPesh</title>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- <div id="colored"></div> -->
<div id="neko-wrapper">
<div class="neko p00"></div>
<div class="neko p01"></div>
</div>
<div id="wrapper"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script src="js/colored.js" type="text/javascript"></script>
<script src="js/neko.js" type="text/javascript"></script>
<script src="js/noize.min.js" type="text/javascript"></script>
<script type="text/javascript">
new NoizeGen('wrapper').start(30);
</script>
</body>
</html>