-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (65 loc) · 2.78 KB
/
index.html
File metadata and controls
67 lines (65 loc) · 2.78 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>WP Emerge</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 and starter theme for WordPress." />
<meta name="google-site-verification" content="7pN0aOEcQZGMnIT4Vokw2TiMn4bAtH8BKp65-OGDoPw" />
<meta name="theme-color" content="#5e75ff">
<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="//unpkg.com/[email protected]/lib/themes/vue.css" />
<link rel="stylesheet" href="_media/style.css" />
</head>
<body>
<div data-app id="app">Please wait ...</div>
<script src="//unpkg.com/[email protected]/index.js"></script>
<script>
window.$docsify = {
name: 'WP Emerge',
repo: 'https://github.com/htmlburger/wpemerge-docs',
logo: '/_images/wpemerge-logo-bar.png',
ga: 'UA-115991844-1',
notFoundPage: true,
loadSidebar: true,
auto2top: true,
subMaxLevel: 2,
plugins: [
EditOnGithubPlugin.create(
'https://github.com/htmlburger/wpemerge-docs/blob/master/'
)
]
}
</script>
<script src="//unpkg.com/[email protected]/lib/docsify.min.js"></script>
<script src="//unpkg.com/[email protected]/lib/plugins/ga.min.js"></script>
<script src="//unpkg.com/[email protected]/lib/plugins/search.min.js"></script>
<script src="//unpkg.com/docsify-copy-code@2"></script>
<script src="//unpkg.com/[email protected]/components/prism-bash.min.js"></script>
<script src="//unpkg.com/[email protected]/components/prism-php.min.js"></script>
<script>
((window.gitter = {}).chat = {}).options = {
room: 'wpemerge/Lobby'
};
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
</body>
</html>