Skip to content

Instantly share code, notes, and snippets.

@sushant12
Created June 4, 2017 11:30
Show Gist options
  • Save sushant12/214f9e63717b0491a96780453aef8a76 to your computer and use it in GitHub Desktop.
Save sushant12/214f9e63717b0491a96780453aef8a76 to your computer and use it in GitHub Desktop.
<html>
<head><title>Todo</title></head>
<link rel="stylesheet" href="/css/style.css">
<body>
<%= yield %>
<script src="/js/main.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment