diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..319071c --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <title>ES6 Boilerplate</title> +</head> +<body> + <div id="main"></div> + <li></li> + + <script type="text/javascript" src="dist/bundle.js"></script> +</body> +</html> |