-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnosupport.html
40 lines (38 loc) · 2.08 KB
/
nosupport.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="en">
<head>
<title>Oops! Meercate is sleeping.</title>
<meta charset="utf-8">
<meta name="description" content="Shhhhh! Meerkat is sleeping because he does not serve the browser or device you are using. Please use a modern broswer with computer and visit him again.">
<meta name="keywords" content="portfolio, frozenfung">
<meta name="author" content="frozenfung">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Shhhhh! Meerkat is sleeping because he does not serve the browser or device you are using. Please use a modern broswer with computer and visit him again.">
<link rel="stylesheet" href="./css/nosupport.css">
<link rel="icon" type="image/png" href="./images/favicon.png">
<!-- CDNs -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.5/jquery.fullpage.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Rubik|Yanone+Kaffeesatz|Caveat|Passion+One|Unica+One" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="forest forest-back"></div>
<div class="forest forest-front"></div>
<div class="oops">
<div class="meerkat">
<span class="snore-0">z</span>
<span class="snore-1">z</span>
<span class="snore-2">z</span>
<img src="images/nosupport/sleeping-meerkat.png">
</div>
<p>Shhhhhhhhh~~~~<br/><br/>Meerkat is sleeping because he does not serve the browser or device you are using. Please use a modern broswer with computer and visit him again.</p>
</div>
</div>
</body>
<script src="./js/vendors/nanobar.min.js"></script>
<script src="./js/nosupport.js"></script>
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.5/jquery.fullpage.min.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
<script defer src="https://unpkg.com/[email protected]/dist/tippy.all.min.js"></script>
</html>