34 lines
960 B
HTML
34 lines
960 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="./static/css/theme.css">
|
|
<link rel="shortcut icon" href="./static/img/1na.png">
|
|
<title>红山开源社区</title>
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<a href="https://www.osredm.com/projects">返回主站</a>
|
|
</nav>
|
|
<div id="app">加载中....</div>
|
|
<script>
|
|
if (typeof navigator.serviceWorker !== 'undefined') {
|
|
navigator.serviceWorker.register('sw.js')
|
|
}
|
|
window.$docsify = {
|
|
//...
|
|
relativePath: true,
|
|
loadSidebar:true,
|
|
subMaxLevel: 5,
|
|
sidebarDisplayLevel:5
|
|
|
|
}
|
|
</script>
|
|
<script src="./static/js/index.js"></script>
|
|
<script src="./static/js/bash.js"></script>
|
|
<script src="./static/js/zomm_img.js"></script>
|
|
<script src="./static/js/plugin.js"></script>
|
|
</body>
|
|
</html> |