fix: added IDs to tmay videos to better share links
This commit is contained in:
parent
733f37183c
commit
842514ba54
|
@ -7,8 +7,8 @@ eleventyNavigation:
|
|||
---
|
||||
|
||||
<p>Here are small videos I had to make to present myself.</p>
|
||||
<p>English Version:</p>
|
||||
<p id="shs">English Version:</p>
|
||||
<video src="{{ '/content/2020-11-06-v1.mp4' | url }}" width="1080" height="720" controls></video>
|
||||
|
||||
<p>Japanese Version:</p>
|
||||
<p id="jap">Japanese Version:</p>
|
||||
<video src="{{ '/content/2020-12-19-v1.mp4' | url }}" width="1080" height="720" controls></video>
|
Reference in a new issue