1
1
<!DOCTYPE html>
2
2
< html lang ="en " dir ="ltr ">
3
- < head >
4
- < meta charset ="utf-8 ">
5
- < title > Quick reference guide</ title >
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
- < link href ="./static/fonts/sky-bold/sky-bold.css " rel ="stylesheet " />
8
- < link href ="./static/css/bootstrap.min.css " rel ="stylesheet ">
9
- < link href ="./static/highlight/styles/vs2015.css " rel ="stylesheet ">
10
- < link href ="./static/css/main.min.css " rel ="stylesheet ">
11
- < link href ="./favicon.ico " rel ="icon ">
12
- </ head >
13
- < body style ="font-family: 'sky-bold', TimesNewRoman, sans-serif; ">
14
- < div id ="body " class ="container py-4 ">
15
- < div class ="progress " id ="loading_div "> </ div >
16
- </ div >
17
- </ body >
18
- < script src ="./static/js/main.js "> </ script >
19
- < script src ="./static/js/markdown-it.min.js "> </ script >
20
- < script src ="./static/highlight/highlight.pack.js "> </ script >
21
- </ html >
3
+
4
+
5
+ < head >
6
+ < meta charset ="utf-8 ">
7
+ < title > Asim's Quick reference guide</ title >
8
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
9
+ < link href ="./static/fonts/sky-bold/sky-bold.css " rel ="stylesheet " />
10
+ < link href ="./static/css/bootstrap.min.css " rel ="stylesheet ">
11
+ < link href ="./static/highlight/styles/vs2015.css " rel ="stylesheet ">
12
+ < link href ="./static/css/main.min.css " rel ="stylesheet ">
13
+ < link href ="./favicon.ico " rel ="icon ">
14
+ < meta name ="description "
15
+ content ="Asim's Quick reference guide for Python, Django, Docker, Kubernetes, JavaScript, GitHub, Bash, and much more. ">
16
+ </ head >
17
+
18
+
19
+ < body style ="font-family: 'sky-bold', TimesNewRoman, sans-serif; ">
20
+ < div id ="body " class ="container py-4 ">
21
+ < div class ="progress " id ="loading_div "> </ div >
22
+ </ div >
23
+ </ body >
24
+
25
+
26
+ < script src ="./static/js/main.js "> </ script >
27
+ < script src ="./static/js/markdown-it.min.js "> </ script >
28
+ < script src ="./static/highlight/highlight.pack.js "> </ script >
29
+
30
+
31
+ </ html >
0 commit comments