generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy path404.html
32 lines (31 loc) · 1.12 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<title>Page not found</title>
<meta
name="description"
content="This page could not be found on our website. Please check the URL or return to the homepage."
/>
<meta property="og:title" content="404 - Page Not Found" />
<meta property="og:description" content="The page you are looking for is not available." />
<!-- 404 -->
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
</head>
<body>
<noscript>
<style>
html {
display: none;
}
</style>
<meta http-equiv="refresh" content="0.0;url=/unsupported-browser.html" />
</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>