www_freeflownation/templates/shortcodes/video.html
2023-08-23 14:49:48 +03:00

20 lines
573 B
HTML

<div class="video-wrapper">
<video
playsinline
autoplay
muted
loop
>
<source src="{{video}}" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="layer">
<div class="content max-w-xl">
<h1>FreeFlow Nation</h1>
<p>
A complementary digital "nation" which flows freely across physical borders welcoming as digital citizens all those who dream of a better world and are ready to act.
</p>
</div>
</div>
</div>