File tree Expand file tree Collapse file tree 1 file changed +22
-20
lines changed Expand file tree Collapse file tree 1 file changed +22
-20
lines changed Original file line number Diff line number Diff line change 1- <!DOCTYPE html>
1+ <!doctype html>
22< html >
3- < head >
4- < meta charset ="UTF-8 ">
5- < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6- < title > lazydebrid Docs</ title >
7- < link rel ="stylesheet " href ="//cdn.jsdelivr.net/npm/docsify@4/themes/dark.css ">
8- < link rel ="stylesheet " href ="custom.css ">
9- </ head >
10- < body >
11- < div id ="app "> Loading...</ div >
12- < script >
13- window . $docsify = {
14- name : 'lazydebrid' ,
15- repo : 'onurhanak/lazydebrid' ,
16- loadSidebar : true ,
17- alias : { '/.*/sidebar.md' : '/sidebar.md' }
18- } ;
19- </ script >
20- < script src ="//cdn.jsdelivr.net/npm/docsify@4 "> </ script >
21- </ body >
3+ < head >
4+ < meta charset ="UTF-8 " />
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
6+ < title > lazydebrid Docs</ title >
7+ < link
8+ rel ="stylesheet "
9+ href ="//cdn.jsdelivr.net/npm/docsify@4/themes/dark.css "
10+ />
11+ < link rel ="stylesheet " href ="custom.css " />
12+ </ head >
13+ < body >
14+ < div id ="app "> Loading...</ div >
15+ < script >
16+ window . $docsify = {
17+ name : "lazydebrid" ,
18+ repo : "onurhanak/lazydebrid" ,
19+ loadSidebar : true ,
20+ } ;
21+ </ script >
22+ < script src ="//cdn.jsdelivr.net/npm/docsify@4 "> </ script >
23+ </ body >
2224</ html >
You can’t perform that action at this time.
0 commit comments