Hub
Menu
Sub navigation

Why HTML5?

HTML5 contains several new things. One of the best is that you need not upload to Youtube or Vimeo to embed videos. Just treat them as normal images. Sharper and faster.

<video class="border" controls>
<source src="https://mov/test.mp4" type="video/mp4" alt="Video Test">
  Your browser does not support HTML5 video.
</video>