File tree Expand file tree Collapse file tree 1 file changed +30
-12
lines changed Expand file tree Collapse file tree 1 file changed +30
-12
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
- < head >
3
+
4
+ < head >
4
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 " />
5
6
< meta name ="viewport " content ="width=device-width,initial-scale=1 " />
6
7
< meta charset ="UTF-8 " />
7
- < link
8
- rel ="stylesheet "
9
- href ="//cdn.jsdelivr.net/npm/docsify@4/themes/vue.css "
10
- />
11
- </ head >
12
- < body >
8
+ < link rel ="stylesheet " href ="//cdn.jsdelivr.net/npm/docsify@4/themes/vue.css " />
9
+ <!-- Primary Meta Tags -->
10
+ < title > Github ebook</ title >
11
+ < meta name ="title " content ="Github ebook " />
12
+ < meta name ="description " content ="A quick github ebook to get started. " />
13
+
14
+ <!-- Open Graph / Facebook -->
15
+ < meta property ="og:type " content ="website " />
16
+ < meta property ="og:url " content ="https://metatags.io/ " />
17
+ < meta property ="og:title " content ="Github ebook " />
18
+ < meta property ="og:description " content ="A quick github ebook to get started. " />
19
+
20
+ <!-- Twitter -->
21
+ < meta property ="twitter:card " content ="summary_large_image " />
22
+ < meta property ="twitter:url " content ="https://metatags.io/ " />
23
+ < meta property ="twitter:title " content ="Github ebook " />
24
+ < meta property ="twitter:description " content ="A quick github ebook to get started. " />
25
+
26
+ <!-- Meta Tags Generated with https://metatags.io -->
27
+ </ head >
28
+
29
+ < body >
13
30
< div id ="app "> </ div >
14
31
< script >
15
- window . $docsify = {
16
- basePath : '/chapters/' ,
17
- loadSidebar : true
18
- } ;
32
+ window . $docsify = {
33
+ basePath : '/chapters/' ,
34
+ loadSidebar : true
35
+ } ;
19
36
</ script >
20
37
< script src ="//cdn.jsdelivr.net/npm/docsify@4 "> </ script >
21
- </ body >
38
+ </ body >
39
+
22
40
</ html >
You can’t perform that action at this time.
0 commit comments