2023-08-31 19:47:21 +00:00

14 lines
318 B
Twig

<!DOCTYPE html>
<html>
<body>
<div class="container">
<h2 class="text-bold">Crane / Hoist Safety </h2>
<center>
<video width="700" height="525" controls>
<source src="{{ asset('videos/4645-E.mp4')}}" type="video/mp4">
Sorry, your browser doesn't support the video element.
</video>
</center>
</div>
</body>
</html>