diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-12-08 12:06:16 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-12-08 12:06:16 +0200 |
| commit | c52b19823b2575130b3ef1e133f494b176fa1500 (patch) | |
| tree | 83c2a1b1765fb07bd7c38448672aecbd4c13af03 /index.html | |
| parent | 2b93429ff34bc489998a326c8698df54e269846a (diff) | |
Initial webpack stuff
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..da9edba --- /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>
\ No newline at end of file |
