Files
web2.0-backend/infoscreen/templates/infoscreen_admin.html
T
2016-09-26 20:22:02 +03:00

18 lines
934 B
HTML

<!DOCTYPE html>
<html ng-app="infoAdmin">
<head>
<meta charset="utf-8">
<title>Infoscreen admin</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.8/angular.js"></script>
<script src="https://code.jquery.com/jquery-3.1.0.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"></link>
<script src="/static/js/ng-file-upload-bower-12.2.11/ng-file-upload-all.js"></script>
<script src="/static/js/infoadmin_controllers.js"></script>
</head>
<body>
<div class="container" ng-include="'/static/html/infoscreen_admin.html'"></div>
</body>
</html>