blog-examples/BE0001_Hello_World/index.html (16 lines of code) (raw):
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="BE0001_Hello_World.min.css">
<script type="text/javascript">
</script>
<script type="text/javascript" src="./BE0001_Hello_World.js"></script>
</head>
<body>
<script type="text/javascript">
new BE0001_Hello_World().start();
</script>
</body>
</html>