Skip to content

Instantly share code, notes, and snippets.

@ashleygwilliams
Last active December 19, 2015 10:09
Show Gist options
  • Save ashleygwilliams/5938472 to your computer and use it in GitHub Desktop.
Save ashleygwilliams/5938472 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<link href="css/bootstrap.min.css" type="text/css" rel="stylesheet" />
<link href="css/bootstrap-responsive.min.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<div class="container-fluid">
<%= yield %>
</div>
<script src="/js/boostrap.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment