Skip to content

Instantly share code, notes, and snippets.

@danprince
Created October 18, 2014 13:01
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 danprince/87993bba7ec9bd8c04de to your computer and use it in GitHub Desktop.
Save danprince/87993bba7ec9bd8c04de to your computer and use it in GitHub Desktop.
No Problem // source http://jsbin.com/vovequ
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>No Problem</title>
<link rel='stylesheet' href='styles/base.css'/>
<link rel='stylesheet' href='styles/theme.css'/>
</head>
<body>
<div class='really'>
simple
<span>HTML</span>
</div>
<!-- Load Scripts after the DOM -->
<script src='vendor/jquery.min.js'></script>
<script src='scripts/app.js'></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment