Admin backend

This commit is contained in:
baldo 2016-06-04 14:58:11 +02:00
parent bee528f1b8
commit 8f8d78d1df
13 changed files with 129 additions and 5 deletions

15
admin/index.html Normal file
View file

@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<title>Knotenverwaltung - Admin-Panel</title>
<link rel="stylesheet" href="css/ng-admin.min.css">
</head>
<body ng-app="ffffngAdmin">
<div ui-view></div>
<script src="js/moment-with-locales.min.js"></script>
<script src="js/ng-admin.min.js"></script>
<script src="js/config.js"></script>
<script src="js/taskActionButton.js"></script>
</body>
</html>