-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path404.html
36 lines (35 loc) · 1.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>WP Emerge - Please wait ...</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<meta name="description" content="WP Emerge - the advanced framework, starter plugin and theme for WordPress." />
<meta property="og:url" content="https://docs.wpemerge.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="WP Emerge Framework & Starter Theme" />
<meta property="og:description" content="A modern, MVC-powered WordPress as a CMS workflow 🚀" />
<meta property="og:image" content="/_images/wpemerge.png" />
<meta name="theme-color" content="#ffffff">
<link rel="apple-touch-icon" sizes="180x180" href="/_images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/_images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/_images/favicon-16x16.png">
<link rel="mask-icon" href="/_images/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/_images/favicon.ico">
<style>
html {
--theme-color: #5e75ff;
--theme-hover-color: #7689ff;
--theme-light-color: #f6f8ff;
}
</style>
<link rel="stylesheet" href="_media/style.css" />
<script>
window.location = '/#/framework' + window.location.pathname.replace(/\.html$/, '');
</script>
</head>
<body>
</body>
</html>