Skip to content

Instantly share code, notes, and snippets.

@adoyle
Created November 5, 2014 18:56
Show Gist options
  • Save adoyle/34c2bca37c3479610117 to your computer and use it in GitHub Desktop.
Save adoyle/34c2bca37c3479610117 to your computer and use it in GitHub Desktop.
snippet to create a single control box
<!DOCTYPE html>
<html>
<head>
<title>Light Ballet Controls</title>
<script type="text/javascript" src="./static/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="./static/foo.js"></script>
<link type="text/css" rel="stylesheet" href="./static/foo.css"/>
</head>
<body>
<div id="control"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment