example/index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Seng Disposable example</title>
<script type="text/javascript" src="dist/seng-disposable.js"></script>
</head>
<body>
<script>
// Library is exposed on the window as SengBoilerplate
console.log(SengDisposable);
</script>
</body>
</html>