File tree Expand file tree Collapse file tree 1 file changed +25
-16
lines changed Expand file tree Collapse file tree 1 file changed +25
-16
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html >
3
- < head >
4
- < link rel ="stylesheet " type ="text/css " href ="https://cdnjs.cloudflare.com/ajax/libs/gitgraph.js/1.11.4/gitgraph.min.css " />
5
- < style >
6
- body {
7
- margin : 0 ;
8
- padding : 0 ;
9
- }
10
- </ style >
11
- </ head >
12
- < body >
13
- < canvas id ="gitGraph "> </ canvas >
14
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/gitgraph.js/1.11.4/gitgraph.min.js " integrity ="sha384-2GjLPjUuz0uNoyw8YQ2zQoMBU8q/8opCOxpHOTvMjl1AY6IjI6Lat39y7JhmBpaZ " crossorigin ="anonymous "> </ script >
15
- < script src ="patternlab-flow.js "> </ script >
16
- </ body >
17
- </ head >
2
+ < html lang ="en ">
3
+ < head >
4
+ < title > Branching scheme</ title >
5
+ < link
6
+ rel ="stylesheet "
7
+ type ="text/css "
8
+ href ="https://cdnjs.cloudflare.com/ajax/libs/gitgraph.js/1.11.4/gitgraph.min.css "
9
+ />
10
+ < style >
11
+ body {
12
+ margin : 0 ;
13
+ padding : 0 ;
14
+ }
15
+ </ style >
16
+ </ head >
17
+ < body >
18
+ < canvas id ="gitGraph "> </ canvas >
19
+ < script
20
+ src ="https://cdnjs.cloudflare.com/ajax/libs/gitgraph.js/1.11.4/gitgraph.min.js "
21
+ integrity ="sha384-2GjLPjUuz0uNoyw8YQ2zQoMBU8q/8opCOxpHOTvMjl1AY6IjI6Lat39y7JhmBpaZ "
22
+ crossorigin ="anonymous "
23
+ > </ script >
24
+ < script src ="patternlab-flow.js "> </ script >
25
+ </ body >
26
+ </ html >
You can’t perform that action at this time.
0 commit comments