File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 12
12
}
13
13
14
14
# container {
15
+ position : relative;
15
16
max-width : 800px ;
16
17
margin : auto;
17
18
padding : 10px ;
60
61
background-color : rgba (27 , 31 , 35 , 0.05 );
61
62
border-radius : 3px ;
62
63
}
64
+
65
+ .github-ribbon {
66
+ position : absolute;
67
+ top : 0 ;
68
+ right : 0 ;
69
+ border : 0 ;
70
+ }
63
71
</ style >
64
72
</ head >
65
73
< body >
71
79
< h1 > Marked.js Documentation</ h1 >
72
80
</ header >
73
81
82
+ < a href ="https://github.com/markedjs/marked ">
83
+ < img class ="github-ribbon " src ="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png " alt ="Fork me on GitHub ">
84
+ </ a >
85
+
74
86
< div id ="content "> </ div >
75
87
</ div >
76
88
< script src ="https://cdn.jsdelivr.net/npm/marked/marked.min.js "> </ script >
@@ -102,8 +114,8 @@ <h1>Marked.js Documentation</h1>
102
114
+ '<p>' + e . message + '</p>' ;
103
115
} ) ;
104
116
}
105
-
117
+
106
118
fetchPage ( 'README.md' ) ;
107
119
</ script >
108
120
</ body >
109
- </ html >
121
+ </ html >
You can’t perform that action at this time.
0 commit comments