Skip to content

Instantly share code, notes, and snippets.

@probablycorey
Created July 1, 2014 21:42
Show Gist options
  • Save probablycorey/c06030774f678e0961b3 to your computer and use it in GitHub Desktop.
Save probablycorey/c06030774f678e0961b3 to your computer and use it in GitHub Desktop.
html sample
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: red;
}
</style>
</head>
<body>
<script>
function() {
var cool = 1 + 3;
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment