Add webpack

This commit is contained in:
David Ralph
2019-01-21 18:04:06 +00:00
parent dacb056e1d
commit f14e286f76
17 changed files with 475 additions and 301 deletions

View File

@@ -26,8 +26,8 @@
<title>New Tab</title>
<link href='./assets/css/index.css' rel='stylesheet'>
<link href='./assets/css/animate.css' rel='stylesheet'>
<link href='./assets/css/base.css' rel='stylesheet'>
<link href='./assets/css/animate.css' rel='stylesheet'>
</head>
@@ -47,6 +47,6 @@
</body>
<script src='./assets/js/index.js'></script>
<script src='./assets/js/base.js'></script>
</html>