New boilerplate

This commit is contained in:
Christian Alfoni
2014-10-27 15:28:16 +01:00
parent 54bbfd3ce2
commit 633e48461c
29 changed files with 2609 additions and 29544 deletions

15
dist/index.html vendored Executable file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<style>
div {
margin-bottom: 10px;
}
</style>
</head>
<body>
<script src="vendors.js"></script>
<script src="main.js"></script>
</body>
</html>