mirror of https://github.com/kha7iq/pingme
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.7 KiB
57 lines
1.7 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Document</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-darklight-theme@latest/dist/style.min.css"
|
|
title="docsify-darklight-theme"
|
|
type="text/css"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script>
|
|
window.$docsify = {
|
|
homepage: 'home.md',
|
|
siteFont : 'Source Sans Pro',
|
|
defaultTheme : 'light | dark',
|
|
codeFontFamily : 'monospace',
|
|
logo: '/_media/logo.png',
|
|
loadSidebar: true,
|
|
subMaxLevel: 2,
|
|
name: 'PingMe',
|
|
repo: 'https://github.com/kha7iq/pingme',
|
|
darklightTheme: {
|
|
siteFont : 'PT Sans',
|
|
defaultTheme : 'dark | light',
|
|
codeFontFamily : 'Roboto Mono, Monaco, courier, monospace',
|
|
bodyFontSize : '16px',
|
|
dark: {
|
|
accent: '#ffa500',
|
|
background: '#282C34',
|
|
codeTextColor : '#b4b4b4',
|
|
codeBackgroundColor : '#353A44',
|
|
coverBackground : '#161B22'
|
|
},
|
|
light: {
|
|
accent: '#008080',
|
|
coverBackground : '#f0f0f0'
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
<!-- Docsify v4 -->
|
|
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
|
<script
|
|
src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js"
|
|
type="text/javascript">
|
|
</script>
|
|
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
|
|
<script src="//unpkg.com/prismjs/components/prism-yaml.min.js "></script>
|
|
</body>
|
|
</html> |