diff options
| author | Indrajith K L | 2017-11-02 13:31:13 +0530 | 
|---|---|---|
| committer | Indrajith K L | 2017-11-02 13:31:13 +0530 | 
| commit | 70a7e6c3c2019346ea8ad5c52feb464efa0531e5 (patch) | |
| tree | 4bf9315ab9979481c631775007ec3ff05d1ee61e /index.html | |
| download | es6-backbone-70a7e6c3c2019346ea8ad5c52feb464efa0531e5.tar.gz es6-backbone-70a7e6c3c2019346ea8ad5c52feb464efa0531e5.tar.bz2 es6-backbone-70a7e6c3c2019346ea8ad5c52feb464efa0531e5.zip | |
Initial Commit ES6 barebone
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> | 
