-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
40 lines (40 loc) · 1.39 KB
/
404.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
40
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<link rel="shortcut icon" href="main/img/icon.ico" />
</head>
<body style="background: #000000; color:white;">
<h3 style="margin-top: 46vh; text-align: center;">
<span id="animated"></span>
</h3>
</body>
<script>
new Typed('#animated', {
strings: ['404', 'Not Found', 'Error', 'Ты куда, **лан, нажал?'],
typeSpeed: 10,
backSpeed: 0,
cursorChar: '❚',
smartBackspace: true,
fadeOut: true,
loop: true
});
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Снежок на сайте -->
<script src="https://nolupi.live/main/js/snowfall.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('.collectonme').hide();
//Start the snow default options you can also make it snow in certain elements, etc.
$(document).snowfall();
});
</script>
<script src="main/js/block.js"></script>
<script src="main/js/window.js"></script>
<script src="main/js/index.js"></script>
</html>