Initial commit

This commit is contained in:
2017-09-19 17:51:06 +02:00
commit cf80a0df03
4 changed files with 61 additions and 0 deletions

10
index.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Webpack Hello World</title>
</head>
<body>
<script src="dist/bundle.js"></script>
</body>
</html>