example/greeter/greeter.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>

<head>
    <title> TypeScript Greeter </title>
</head>

<body>
    <!-- <script src="/node_modules/babel-core/browser.js"></script> -->
    <script src="./greeter.js"></script>
</body>

</html>