Made admin dir/ js+css dirs

This commit is contained in:
CommanderStrax 2015-12-23 17:36:16 -06:00
parent 8de129c2da
commit 8bf3b01218
4 changed files with 8 additions and 2 deletions

6
web/admin/index.html Normal file
View file

@ -0,0 +1,6 @@
<html>
<head>
</head>
<body>
</body>
</html>

View file

@ -1,9 +1,9 @@
<html ng-app="myApp" ng-controller="myCtrl">
<head>
<title>EasyCTF 2016</title>
<link type="text/css" rel="stylesheet" href="style.css">
<link type="text/css" rel="stylesheet" href="css/style.css">
<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>
<script src="js/ascript.js"></script>
</head>
<body>
<marquee id="status">Angular.js Status: <span ng-bind="test" style="color:red" id="result">Failed!</span></marquee>