-
-
Save sdogruyol/15582b22cc8fa6a03c260acd91a87311 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta charset="utf-8"> | |
<link rel="stylesheet" href="/css/bootstrap.min.css"> | |
<link rel="stylesheet" href="/css/layout.css"> | |
<%= yield_content "custom_css" %> | |
<script type="text/javascript" src="/js/jquery.js"></script> | |
<script type="text/javascript" src="/js/bootstrap.min.js"></script> | |
</head> | |
<body> | |
<%= content %> | |
</body> | |
<%= yield_content "custom_js" %> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment