Skip to content

Instantly share code, notes, and snippets.

@hooptie45
Forked from ggoodman/index.html
Created January 25, 2013 04:17
Show Gist options
  • Save hooptie45/4631697 to your computer and use it in GitHub Desktop.
Save hooptie45/4631697 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="http://underscorejs.org/underscore.js"></script>
<script src="http://backbonejs.org/backbone.js"></script>
<script src="http://coffeescript.org/extras/coffee-script.js"></script>
<script type="text/coffeescript" src="script.coffee"></script>
</head>
<body>
<h1>Basic plunk!</h1>
<p>If the header above is red, then you know Plunker is working!</p>
<!-- Put your html here! -->
</body>
</html>
{
"tags": ["backbone", "jquery", "coffee"]
}
# Add your coffee-script here
/* Put your css in here */
h1 {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment