intranet/templates/Training/Safety/Topics/safelifting.html.twig
2023-07-19 20:27:17 +00:00

18 lines
442 B
Twig

<!DOCTYPE html>
<html>
{{ include('_header.html.twig') }}
{{ include('_navbar.html.twig')}}
{{ include('Training/Safety/navButtons.html.twig') }}
<body>
<div class="container">
<h2 class="text-bold">Safe Lifting</h2>
<center>
<video width="700" height="525" controls>
<source src="{{ asset('videos/Lifting Safety.webm')}}" type="video/mp4">
Sorry, your browser doesn't support the video element.
</video>
</center>
</div>
</body>
</html>