Personal blog written from scratch using Node.js, Bootstrap, and MySQL. https://jrtechs.net
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
297 B

  1. <div class="d-flex justify-content-center p-4">
  2. <video id="videoPlayer" width="100%" controls onerror="failed(event)">
  3. <source src="https://video.jrtechs.net/video?v=/2-4-21-Gon-Timelapse.mp4" type="video/mp4">
  4. Your browser does not support the video tag.
  5. </video>
  6. </div>