aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 319071c6e63d9075e936a26fdfad2d4adfde19fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>