-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
35 lines (35 loc) · 1.78 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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="keywords" content="goldfish, gfk, goldfishkingdom, goldfish kingdom, gold fish, gold fish kingdom, fish, kingdom">
<meta name="subject" content="Entertainment">
<meta name="classification" content="Entertainment">
<meta name="category" content="Entertainment">
<meta name="topic" content="Entertainment">
<meta name="author" content="OftenGuy">
<meta name="copyright" content="OftenGuy">
<meta name="designer" content="OftenGuy">
<meta name="summary" content="Goldfish Kingdom is an upcoming FlipaClip-animated little-kids series about all kinds of goldfish.">
<meta name="og:site_name" content="Goldfish Kingdom">
<meta name="og:image" href="meta/GoldfishKingdomWebsiteIcon.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="yellow">
<meta name="msapplication-navbutton-color" content="orange">
<meta name="application-name" content="Goldfish Kingdom">
<meta name="msapplication-tooltip" content="Goldfish Kingdom">
<link rel="icon" href="assets/images/icons/GoldfishKingdomWebsiteIcon.png">
<link rel="shortcut icon" href="assets/images/icons/GoldfishKingdomWebsiteIcon.png">
<link rel="apple-touch-icon" href="assets/images/icons/GoldfishKingdomWebsiteIcon.png">
<link rel="apple-touch-startup-image" href="assets/images/icons/GoldfishKingdomWebsiteIcon.png">
<link rel="fluid-icon" href="assets/images/icons/GoldfishKingdomWebsiteIcon.png">
<title>Goldfish Kingdom</title>
</head>
<body>
<script>
if(window.location) {
window.location = 'https://goldfishkingdom.github.io';
}
</script>
</body>
</html>