-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.html
71 lines (71 loc) · 3.67 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 - Medica11y</title>
<meta name="description" content="This privacy focused (non-cloud) app helps you manage your health by organizing your medical history into an easy to read HTML file you can carry offline.">
<link rel="preload" as="font" type="font/woff2" crossorigin href="cache/fonts/Catamaran-Regular.woff2">
<link rel="preload" as="font" type="font/woff2" crossorigin href="cache/fonts/Catamaran-Bold.woff2">
<link rel="stylesheet" href="cache/style.css">
<link rel="author" type="text/plain" href="humans.txt">
<meta name="apple-mobile-web-app-title" content="Medica11y">
<meta name="referrer" content="no-referrer">
<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="Medica11y">
<meta property="og:description" content="This privacy focused (non-cloud) app helps you manage your health by organizing your medical history into an easy to read HTML file you can carry offline.">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_us">
<meta property="og:url" content="https://medica11y.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": "Medica11y",
"url": "https://medica11y.com/"
}
</script>
</head>
<body class="body">
<header class="header">
<svg class="logo" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16"><rect width="12" height="14" x="2" y="2" fill="#eceff1" rx="1" ry="1"/><path fill="#455a64" d="M10.5 1H9.41a1.5 1.5 0 00-2.83 0H5.5a.5.5 0 00-.5.5v2a.5.5 0 00.5.5h5a.5.5 0 00.5-.5v-2a.5.5 0 00-.5-.5z"/><path fill="#2196f3" d="M11.5 8a.5.5 0 00-.47.32l-.97 2.58-1.58-5.54a.5.5 0 00-.94-.04L5.87 9.48 4.9 8.2a.5.5 0 00-.4-.2H2v1h2.25l1.35 1.8a.5.5 0 00.86-.11l1.46-3.65 1.6 5.6a.5.5 0 00.46.36H10a.5.5 0 00.47-.32L11.85 9H14V8z"/></svg>
<h1 class="heading">Medica11y</h1>
<p class="subtitle">Track Your Health, Focus On Privacy</p>
</header>
<main class="main">
<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 href="https://alexanderdawson.com">Alex Dawson</a>.</p>
</footer>
</body>
</html>