intranet/templates/Training/Safety/Topics/hazardcommunication.html.twig
2023-06-29 20:15:42 +00:00

17 lines
402 B
Twig

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