easyctf-2017/web/index.html
2015-12-23 16:34:22 -06:00

10 lines
432 B
HTML

<html ng-app="myApp" ng-controller="myCtrl">
<head>
<title>EasyCTF 2016</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.8/angular.min.js" integrity="sha384-r1y8TJcloKTvouxnYsi4PJAx+nHNr90ibsEn3zznzDzWBN9X3o3kbHLSgcIPtzAp" crossorigin="anonymous"></script>
<script src="ascript.js"></script>
</head>
<body>
<h1>Angular.js Status: <span style="color:lime;">{{test}}</span></h1>
</body>
</html>