Skip to content

Commit 9a44f52

Browse files
committed
fixed directories
1 parent d3adf53 commit 9a44f52

File tree

5 files changed

+24
-0
lines changed

5 files changed

+24
-0
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!-- index.html -->
2+
3+
<!DOCTYPE html>
4+
<html>
5+
<head>
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
7+
<meta name="viewport">
8+
<meta charset="UTF-8">
9+
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/buble.css" />
10+
</head>
11+
<body>
12+
<div id="app"></div>
13+
<script>
14+
window.$docsify = {
15+
el: "#app",
16+
repo: 'https://github.com/HybridsEgo/Halo-Builds',
17+
loadSidebar: false,
18+
loadFooter: true,
19+
coverpage: true }
20+
</script>
21+
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
22+
<script src="//cdn.jsdelivr.net/npm/@alertbox/docsify-footer/dist/docsify-footer.min.js"></script>
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)