Skip to content

Instantly share code, notes, and snippets.

@verekia
Created January 20, 2016 19:40
Show Gist options
  • Save verekia/583a196d5353f1880a55 to your computer and use it in GitHub Desktop.
Save verekia/583a196d5353f1880a55 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>A simple MVC structure</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="container">
<h1>My users</h1>
<nav><a href="#list">List</a> - <a href="#add">Add</a></nav>
<div id="app"></div>
</div>
<script data-main="js/main" src="js/require.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment