Skip to content

Instantly share code, notes, and snippets.

@danielgtaylor
Created May 13, 2013 16:05
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 danielgtaylor/5569435 to your computer and use it in GitHub Desktop.
Save danielgtaylor/5569435 to your computer and use it in GitHub Desktop.
Brauhaus.js getting started in the web browser
<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