Admin backend
This commit is contained in:
parent
bee528f1b8
commit
8f8d78d1df
13 changed files with 129 additions and 5 deletions
admin
15
admin/index.html
Normal file
15
admin/index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue