-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.html
71 lines (71 loc) · 3.63 KB
/
error.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="robots" content="noindex">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Error - Asset Config</title>
<meta name="description" content="Asset Config takes care of the small things. Control the production and management of .htaccess, sitemaps, robots.txt, vCards, and other unique web formats.">
<link rel="preload" as="font" type="font/woff2" crossorigin href="cache/fonts/PTSerif-Bold.woff2">
<link rel="preload" as="font" type="font/woff2" crossorigin href="cache/fonts/PTSerif-Regular.woff2">
<link rel="stylesheet" href="cache/style.css">
<link rel="author" type="text/plain" href="humans.txt">
<meta name="referrer" content="no-referrer">
<meta name="apple-mobile-web-app-title" content="Asset Config">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" href="favicon.ico" sizes="32x32">
<link rel="icon" type="image/svg+xml" href="images/icon.svg">
<link rel="manifest" href="site.webmanifest">
<meta name="theme-color" content="#ffffff">
<meta name="msapplication-config" content="browserconfig.xml">
<meta property="og:title" content="Asset Config">
<meta property="og:description" content="Asset Config takes care of the small things. Control the production and management of .htaccess, sitemaps, robots.txt, vCards, and other unique web formats.">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_us">
<meta property="og:url" content="https://assetconfig.com/">
<meta property="og:image" content="images/banner.png">
<meta property="og:image:alt" content="Logo">
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name": "Asset Config",
"url": "https://assetconfig.com/"
}
</script>
</head>
<body class="body">
<header class="header">
<svg class="logo" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 64 64"><path d="M38 44H26a2 2 0 100 4h12a2 2 0 100-4zM42 52H22a2 2 0 100 4h20a2 2 0 100-4z"/><path d="M63.7 28.9l-8-12A2 2 0 0054 16h-6V2a2 2 0 00-2-2H18a2 2 0 00-2 2v14h-6a2 2 0 00-1.7.9l-8 12A2 2 0 000 30v20c0 1.1.9 2 2 2h9.2l-3.1 9.4A2 2 0 0010 64h44a2 2 0 001.9-2.6L52.8 52H62a2 2 0 002-2V30a2 2 0 00-.3-1.1zM20 4h24v16H20V4zm-7.2 56l6.6-20h25.2l6.6 20H12.8z"/></svg>
<h1 class="heading">Asset Config</h1>
<p class="subheading">The Web Asset Control Panel</p>
</header>
<main class="error">
<article class="hide t_show" id="403">
<h2 class="error-head">403</h2>
<h3 class="error-sub">Access Forbidden</h3>
<p class="error-txt">Sorry, you'll need to login to visit this area.</p>
</article>
<article class="hide t_show" id="404">
<h2 class="error-head">404</h2>
<h3 class="error-sub">Resource Not Found</h3>
<p class="error-txt">You made a wrong turn. Lets try a different link.</p>
</article>
<article class="hide t_show" id="500">
<h2 class="error-head">500</h2>
<h3 class="error-sub">Internal Server Error</h3>
<p class="error-txt">We broke something. Sorry! Refresh, or try again later.</p>
</article>
<article class="hide t_show" id="503">
<h2 class="error-head">503</h2>
<h3 class="error-sub">Service Unavailable</h3>
<p class="error-txt">We're performing maintenance. Sorry! Come back soon.</p>
</article>
</main>
<footer class="footer">
<p class="copyright">Copyright, <span class="year">2023</span></p>
<p class="build">Built by <a class="link" href="https://alexanderdawson.com">Alex Dawson</a>.</p>
</footer>
</body>
</html>