File tree Expand file tree Collapse file tree 5 files changed +24
-0
lines changed Expand file tree Collapse file tree 5 files changed +24
-0
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments