<!DOCTYPE html>
<html>
<head>
<title>Wikitechy AngularJS Tutorials</title>
</head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js">
</script>
<body ng-app="" ng-init="myText='Welcome to Wikitechy.com'">
<h2>{{ myText }}</h2>
</body>
</html>