mirror of
https://github.com/oblakstudio/wp-plugin-installer.git
synced 2025-12-08 14:16:29 +08:00
32 lines
1.1 KiB
HTML
32 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>WP Plugin Installer</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="description" content="Description">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/themes/vue.css" />
|
|
</head>
|
|
<body>
|
|
<div id="app">Please wait...</div>
|
|
<script>
|
|
window.$docsify = {
|
|
coverpage: true,
|
|
loadSidebar: true,
|
|
subMaxLevel: 2,
|
|
name: 'WP Plugin Installer',
|
|
repo: 'oblakstudio/wp-plugin-installer',
|
|
homepage: 'index.md',
|
|
// plugins: [
|
|
// EditOnGithubPlugin.create('https://github.com/oblakstudio/wp-plugin-installer/docs'),
|
|
// ]
|
|
}
|
|
</script>
|
|
<!-- Docsify v4 -->
|
|
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
|
<script src="//cdn.jsdelivr.net/npm/docsify-edit-on-github"></script>
|
|
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
|
|
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-php.min.js"></script>
|
|
</body>
|
|
</html>
|