easyctf-2017/web/index.html
2015-12-23 16:53:41 -06:00

11 lines
456 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 ng-bind="test" style="color:red" id="result">Failed!</span></h1>
</body>
</html>