HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/ehbo.today/node_modules/bs-recipes/recipes/webpack.babel/app/index.html
<!doctype html>
<html lang="en-US">
<head>
    <meta charset="UTF-8">
    <title>Browsersync, Webpack + Babel</title>
</head>

<body>
    <h1>Browsersync, Webpack + Babel Example</h1>

    <span id="number">0</span>
    <button id="inc" type="button">Increase</button>
    <button id="dec" type="button">Decrease</button>

    <script src="dist/bundle.js"></script>
</body>
</html>