File tree 4 files changed +60
-16
lines changed
4 files changed +60
-16
lines changed Original file line number Diff line number Diff line change @@ -1804,3 +1804,6 @@ pre .support.value {
1804
1804
font-weight : normal;
1805
1805
color : # 3b8bba ; /* skinbuilder block-mine-text-low with #1f8dd6 as primary */
1806
1806
}
1807
+
1808
+ .gist .file {border-color : transparent !important ;}
1809
+ .gist .Box-body {border-bottom : 0px ;}
Original file line number Diff line number Diff line change 1
- < link crossorigin ="anonymous " media ="all " integrity ="sha512-5Bs4ERl99/u2AUfpOZF2F0cdfNby7+Vd9teUshXUBPo5CjwECR7IAEf+weI/eCk5tF7K1h3O8hd8k0+P/HePeg== " rel ="stylesheet " href ="https://github.githubassets.com/assets/frameworks-e41b3811197df7fbb60147e939917617.css ">
2
- < link crossorigin ="anonymous " media ="all " integrity ="sha512-21eX2YaEYIYa91WFh0mXaxJ3wLQxy2ldlpRbyuCueK3MvqHGEzmXYPkMQ4XBtASauZXKlL1hPxQQU9g28R03wQ== " rel ="stylesheet " href ="https://github.githubassets.com/assets/site-db5797d9868460861af755858749976b.css ">
3
- < link crossorigin ="anonymous " media ="all " integrity ="sha512-vna9AxrJa9t+A93H0lxAPca1mXWQB5A/jIBppkp+Ys/EV2l+rsMcCyU/Fj4BpmEZ3nY4hHwJ/FqUEeMFXiYl0w== " rel ="stylesheet " href ="https://github.githubassets.com/assets/github-be76bd031ac96bdb7e03ddc7d25c403d.css ">
1
+ <!doctype html>
2
+ < html lang ="en ">
3
+ < head >
4
+ <!-- Global site tag (gtag.js) - Google Analytics -->
5
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-161840251-1 "> </ script >
6
+ < script >
7
+ window . dataLayer = window . dataLayer || [ ] ;
8
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
9
+ gtag ( 'js' , new Date ( ) ) ;
4
10
5
- {{ document }}
11
+ gtag ( 'config' , 'UA-161840251-1' ) ;
12
+ </ script >
13
+ < link crossorigin ="anonymous " media ="all " integrity ="sha512-5Bs4ERl99/u2AUfpOZF2F0cdfNby7+Vd9teUshXUBPo5CjwECR7IAEf+weI/eCk5tF7K1h3O8hd8k0+P/HePeg== " rel ="stylesheet " href ="https://github.githubassets.com/assets/frameworks-e41b3811197df7fbb60147e939917617.css ">
14
+ < link crossorigin ="anonymous " media ="all " integrity ="sha512-21eX2YaEYIYa91WFh0mXaxJ3wLQxy2ldlpRbyuCueK3MvqHGEzmXYPkMQ4XBtASauZXKlL1hPxQQU9g28R03wQ== " rel ="stylesheet " href ="https://github.githubassets.com/assets/site-db5797d9868460861af755858749976b.css ">
15
+ < link crossorigin ="anonymous " media ="all " integrity ="sha512-vna9AxrJa9t+A93H0lxAPca1mXWQB5A/jIBppkp+Ys/EV2l+rsMcCyU/Fj4BpmEZ3nY4hHwJ/FqUEeMFXiYl0w== " rel ="stylesheet " href ="https://github.githubassets.com/assets/github-be76bd031ac96bdb7e03ddc7d25c403d.css ">
16
+ </ head >
17
+ < body >
18
+ {{ document }}
19
+ </ body >
20
+
21
+ </ html >
Original file line number Diff line number Diff line change 1
- < link rel ="stylesheet " href ="https://github.githubassets.com/assets/gist-embed-31007ea0d3bd9f80540adfbc55afc7bd.css ">
2
- < div class ="gist ">
3
- < div class ="gist-file ">
4
- < div class ="gist-data ">
5
- < div class ="js-gist-file-update-container js-task-list-container file-box ">
6
- < div id ="file-simple_flask-py " class ="file ">
7
- {{ document }}
1
+ <!doctype html>
2
+ < html lang ="en ">
3
+ < head >
4
+ <!-- Global site tag (gtag.js) - Google Analytics -->
5
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-161840251-1 "> </ script >
6
+ < script >
7
+ window . dataLayer = window . dataLayer || [ ] ;
8
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
9
+ gtag ( 'js' , new Date ( ) ) ;
10
+
11
+ gtag ( 'config' , 'UA-161840251-1' ) ;
12
+ </ script >
13
+ < link rel ="stylesheet " href ="https://github.githubassets.com/assets/gist-embed-31007ea0d3bd9f80540adfbc55afc7bd.css ">
14
+ </ head >
15
+ < body >
16
+ < div class ="gist ">
17
+ < div class ="gist-file ">
18
+ < div class ="gist-data ">
19
+ < div class ="js-gist-file-update-container js-task-list-container file-box ">
20
+ < div id ="file-simple_flask-py " class ="file ">
21
+ {{ document }}
22
+ </ div >
8
23
</ div >
9
24
</ div >
10
- </ div >
11
- < div class =" gist-meta " >
12
- < a href ="{{ rawurl }} " style =" float:right " target =" _blank " > view raw </ a >
13
- < a href =" {{ url }} " > {{ filename }} </ a > hosted with ❤ by < a href =" https://github.com " > GitHub </ a >
25
+ < div class =" gist-meta " >
26
+ < a href =" {{ rawurl }} " style =" float:right " target =" _blank " > view raw </ a >
27
+ < a href ="{{ url }} "> {{ filename }} </ a > hosted with ❤ by < a href =" https://github.com " > GitHub </ a >
28
+ </ div >
14
29
</ div >
15
30
</ div >
16
- </ div >
31
+ </ body >
32
+ </ html >
Original file line number Diff line number Diff line change 2
2
<!doctype html>
3
3
< html lang ="en ">
4
4
< head >
5
+ <!-- Global site tag (gtag.js) - Google Analytics -->
6
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-161840251-1 "> </ script >
7
+ < script >
8
+ window . dataLayer = window . dataLayer || [ ] ;
9
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
10
+ gtag ( 'js' , new Date ( ) ) ;
11
+
12
+ gtag ( 'config' , 'UA-161840251-1' ) ;
13
+ </ script >
5
14
< meta charset ="utf-8 ">
6
15
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
16
< meta name ="description " content ="Embed any source file from Github into your webpage with syntax highlighting ">
You can’t perform that action at this time.
0 commit comments