-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
72 lines (72 loc) · 6.9 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
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
<!DOCTYPE html>
<html lang="en" itemscope itemtype="https://schema.org/Article">
<head>
<!-- Global -->
<script>
sessionStorage.redirect = location.pathname
</script>
<meta charset="utf-8" />
<meta http-equiv="refresh" content="0;url='/'" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>Garber Athena</title>
<meta name="description" content="A gallery of garb that Athena makes for larping." />
<meta name="keywords" content="artist, portfolio, painter" />
<meta http-equiv="Expires" content="0" />
<meta name="subject" content="Artist portfolio" />
<meta name="language" content="EN" />
<meta name="robots" content="index,follow" />
<meta name="owner" content="Athena" />
<meta name="rating" content="General" />
<meta name="HandheldFriendly" content="True" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/ico" />
<link rel="fluid-icon" href="/_imgs/meta/fluid.png" type="image/png" />
<!-- Google/Schema.org -->
<!-- <meta itemprop="name" content="Cole-Catherine - Art Gallery" />
<meta itemprop="description" content="A gallery of selected works by the artist Cole Catherine." />
<meta itemprop="image" content="https://colecatherine.com/_imgs/colecatherine.jpg" />
--> <!-- Twitter -->
<!-- <meta name="twitter:dnt" content="on" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@ColesHeartArt" />
--> <!-- Facebook/Reddit -->
<!-- <meta property="og:type" content="website" />
<meta property="og:url" content="https://colecatherine.com" />
<meta property="og:title" content="Cole-Catherine - Art Gallery" />
<meta property="og:site_name" content="Cole-Catherine - Art Gallery" />
<meta property="og:image" content="https://colecatherine.com/_imgs/colecatherine.jpg" />
<meta property="og:locale" content="en_US" />
<meta property="og:description" content="A gallery of selected works by the artist Cole Catherine." />
--> <!-- Android -->
<meta name="theme-color" content="#FFFFFF" />
<meta name="mobile-web-app-capable" content="yes" />
<!-- Microsoft -->
<!-- <meta name="application-name" content="Athena" />
<meta http-equiv="cleartype" content="on" />
<meta name="msapplication-navbutton-color" content="#FFFFFF" />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-square70x70logo" content="/_imgs/meta/mstile01sm.png" />
<meta name="msapplication-square150x150logo" content="/_imgs/meta/mstile02md.png" />
<meta name="msapplication-wide310x150logo" content="/_imgs/meta/mstile03wd.png" />
<meta name="msapplication-square310x310logo" content="/_imgs/meta/mstile04lg.png" />
<meta name="skype_toolbar" content="skype_toolbar_parser_compatible" />
--> <!-- Apple -->
<!-- <meta name="apple-mobile-web-app-title" content="Athena" />
<meta name="apple-mobile-web-app-capable" content="no" />
<meta name="apple-touch-fullscreen" content="no" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="format-detection" content="telephone=no" />
<link rel="apple-touch-icon" href="/_imgs/meta/apl-57.png" type="image/png" sizes="57x57" />
<link rel="apple-touch-icon-precomposed" href="/_imgs/meta/apl-57.png" type="image/png" sizes="57x57" />
<link rel="apple-touch-icon" href="/_imgs/meta/apl-72.png" type="image/png" sizes="72x72" />
<link rel="apple-touch-icon-precomposed" href="/_imgs/meta/apl-72.png" type="image/png" sizes="72x72" />
<link rel="apple-touch-icon" href="/_imgs/meta/apl-114.png" type="image/png" sizes="114x114" />
<link rel="apple-touch-icon-precomposed" href="/_imgs/meta/apl-114.png" type="image/png" sizes="114x114" />
<link rel="apple-touch-icon" href="/_imgs/meta/apl-144.png" type="image/png" sizes="144x144" />
<link rel="apple-touch-icon-precomposed" href="/_imgs/meta/apl-144.png" type="image/png" sizes="144x144" />
<link rel="apple-touch-startup-image" href="/_imgs/meta/apl-str.png" type="image/png" /> -->
</head>
<body>
</body>
</html>