Skip to content

Instantly share code, notes, and snippets.

@noeldelgado
Created June 17, 2016 22:21
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 noeldelgado/2b4a171237de3ca9e6c29fffd4abefc9 to your computer and use it in GitHub Desktop.
Save noeldelgado/2b4a171237de3ca9e6c29fffd4abefc9 to your computer and use it in GitHub Desktop.
<!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