Skip to content

Instantly share code, notes, and snippets.

@paltorg
Last active May 16, 2019 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paltorg/0d90cb3652d8fa83a011fc9572d4b49d to your computer and use it in GitHub Desktop.
Save paltorg/0d90cb3652d8fa83a011fc9572d4b49d to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>SYNQ.fm Fullscreen Video Sample</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<video loop muted autoplay playsinline poster="https://media.giphy.com/media/26Ff43GwoaAks9XgY/giphy.gif">
<source src="https://multicdn.synq.fm/blog/videos/background.mp4" type="video/mp4" />
</video>
<div class="banner">
<div class="banner-text">
Header Text Here
</div>
</div>
</header>
<section>
Some Content
</section>
<footer>
<div>
&copy; Copyright SYNQ.fm Inc.
</div>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment