File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 8
8
log /* .log
9
9
tmp /**
10
10
node_modules /
11
- .sass-cache
11
+ .sass-cache
12
+ video.mp4
Original file line number Diff line number Diff line change @@ -336,9 +336,12 @@ <h3 style="margin-block-end: 25px;">
336
336
< path fill-rule ="evenodd " d ="M0 5a2 2 0 0 1 2-2h7.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 4.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 13H2a2 2 0 0 1-2-2V5zm11.5 5.175 3.5 1.556V4.269l-3.5 1.556v4.35zM2 4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h7.5a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H2z "/>
337
337
</ svg >
338
338
</ h3 >
339
- < video >
340
-
341
- </ video >
339
+ < div style ="text-align: center; ">
340
+ < video width ="1000 " height ="400 " controls >
341
+ < source src ="video.mp4 " type ="video/mp4 ">
342
+ Your browser does not support the video tag.
343
+ </ video >
344
+ </ div >
342
345
</ div >
343
346
</ section >
344
347
< section >
You can’t perform that action at this time.
0 commit comments