drewcassidy.me/_includes/video.html
2023-04-19 01:22:06 -07:00

8 lines
229 B
HTML

<video controls>
<source src="{{ include.src }}" type="video/{{ include.type }}">
Your browser does not support the HTML video tag.
<a href="{{ include.src }}"> click here </a>
to download this video.
</video>