Created
May 13, 2013 16:05
-
-
Save danielgtaylor/5569435 to your computer and use it in GitHub Desktop.
Brauhaus.js getting started in the web browser
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Brauhaus.js Test</title> | |
</head> | |
<body> | |
<p> | |
Let's make some beer! | |
</p> | |
<script type="text/javascript" src="/scripts/brauhaus.min.js"></script> | |
<script type="text/javascript"> | |
// Your code goes here | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment