Created
June 17, 2016 22:21
-
-
Save noeldelgado/2b4a171237de3ca9e6c29fffd4abefc9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Neonode</title> | |
<link rel="icon" type="image/gif" href="/images/favicon.gif" /> | |
<link rel="stylesheet" href="/build/stylesheets/layout-name.css"> | |
</head> | |
<body> | |
<main class="container"> | |
<%= yield %> | |
</main> | |
<script src="/build/javascripts/layout-name.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment