Skip to content

Instantly share code, notes, and snippets.

@MeoMix
Created July 21, 2015 01:31
Show Gist options
  • Save MeoMix/911f6644920ed489039a to your computer and use it in GitHub Desktop.
Save MeoMix/911f6644920ed489039a to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Foreground</title>
<link rel="stylesheet" href="foreground.css">
</head>
<body>
<div class="video-container">
<video id='video'></video>
</div>
<!--Load RequireJS and then go to js/background/main to start-->
<script data-main='js/foreground/main' src='js/lib/require.js' defer></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment