generated from augy-studios/pwa-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
75 lines (65 loc) · 2.25 KB
/
404.html
File metadata and controls
75 lines (65 loc) · 2.25 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!doctype html>
<html lang="en">
<head>
<link rel="manifest" href="../manifest.json" />
<meta charset="utf-8">
<title>Page Not Found | UwU Apps</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FMCYFTFPEL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-FMCYFTFPEL');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9715826188316382"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="404.css" />
<meta property="og:type" content="website">
<meta property="og:title" content="404" />
<meta property="og:site_name" content="Template | UwU Apps" />
<!-- Embed Image -->
<link rel="apple-touch-icon" href="/barclockicon.png">
<link rel="icon" href="/favicon.ico">
<link rel="shortcut icon" href="/favicon.ico">
<meta name="twitter:card" content="summary">
<meta name="twitter:image:src" content="/barclockicon.png">
<meta property="og:image" content="/barclockicon.png"/>
</head>
<body>
<h1 class="title-text">Page Not Found uwu</h1>
<div class="submarine">
<div class="top">
<div class="pipe">
<div class="light"></div>
</div>
</div>
<div class="window window-1">
<div class="shine"></div>
</div>
<div class="window window-2">
<div class="shine"></div>
</div>
<div class="shadow"></div>
<div class="propeller">
<div class="back"></div>
<div class="wing"></div>
<div class="bubble bubble-1"></div>
<div class="bubble bubble-2"></div>
<div class="bubble bubble-3"></div>
</div>
</div>
<div class="wave">
<div class="wave1"></div>
<div class="wave2"></div>
</div>
<script>
if (typeof navigator.serviceWorker !== 'undefined') {
navigator.serviceWorker.register('sw.js')
}
</script>
</body>
</html>