Skip to content

Commit 594a4a7

Browse files
committed
add: video
1 parent d6726af commit 594a4a7

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ out/
88
log/*.log
99
tmp/**
1010
node_modules/
11-
.sass-cache
11+
.sass-cache
12+
video.mp4

index.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,12 @@ <h3 style="margin-block-end: 25px;">
336336
<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"/>
337337
</svg>
338338
</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>
342345
</div>
343346
</section>
344347
<section>

0 commit comments

Comments
 (0)