1
0

Add site content and config

This commit is contained in:
2025-12-24 10:28:00 -05:00
parent be1b088408
commit dd9c76b24b
136 changed files with 1985 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<video width="{{ .Params.Width }}" height="{{ .Params.Height }}" controls>
<source src="{{ .Params.Src }}" type="video/mp4">
Your browser does not support the video tag.
</video>