summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-06-21 20:51:46 +0300
committerYuval Adam <yuval@y3xz.com>2016-06-21 20:51:46 +0300
commitbebde1a43d5604104beed17d81bfcbf446d37880 (patch)
tree1ca329d02dad643dc77354c5a3d93691a580845e /index.html
parent346bb353891c7ef1149ab0f9a6721262ab56931d (diff)
Basic webpack config and style loader
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..6511e4f
--- /dev/null
+++ b/index.html
@@ -0,0 +1,8 @@
+<html>
+ <head>
+ <meta charset="utf-8">
+ </head>
+ <body>
+ <script type="text/javascript" src="bundle.js" charset="utf-8"></script>
+ </body>
+</html>