fix: added IDs to tmay videos to better share links

This commit is contained in:
Laureηt 2020-12-19 18:17:29 +01:00
parent 733f37183c
commit 842514ba54

View file

@ -7,8 +7,8 @@ eleventyNavigation:
--- ---
<p>Here are small videos I had to make to present myself.</p> <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> <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> <video src="{{ '/content/2020-12-19-v1.mp4' | url }}" width="1080" height="720" controls></video>