Initial commit

This commit is contained in:
Ali Al Dallal
2015-06-15 09:21:19 -04:00
committed by lukasmartinelli
commit d5c252ee54
15 changed files with 513 additions and 0 deletions

13
src/template.html Normal file
View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title><%= htmlWebpackPlugin.options.title %></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<div id="app">Loading...</div>
</div>
</body>
</html>