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