1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <!DOCTYPE html>
- <html lang="en" ng-app="Qfe7">
- <head>
- <meta charset="UTF-8">
- <title>QFE7</title>
- <link rel="stylesheet" href="bower_components/angular/angular-csp.css"/>
- <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css"/>
- <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap-theme.css"/>
- <link rel="stylesheet" href="bower_components/angular-bootstrap/ui-bootstrap-csp.css"/>
- <link rel="stylesheet" href="bower_components/vis/dist/vis.css"/>
- <link rel="icon" href="favicon.ico"/>
- </head>
- <body ui-view>
- <script src="bower_components/jquery/dist/jquery.js"></script>
- <script src="bower_components/vis/dist/vis.js"></script>
- <script src="bower_components/bootstrap/dist/js/bootstrap.js"></script>
- <script src="bower_components/underscore/underscore.js"></script>
- <script src="bower_components/underscore.string/dist/underscore.string.js"></script>
- <script src="bower_components/pouchdb/dist/pouchdb.js"></script>
- <script src="bower_components/moment/moment.js"></script>
- <script src="bower_components/stochasm/lib/stochasm.js"></script>
- <script src="bower_components/simple-uuid/uuid.js"></script>
- <script src="bower_components/should.js/should.min.js"></script>
- <script src="bower_components/angular/angular.js"></script>
- <script src="bower_components/angular-aria/angular-aria.js"></script>
- <script src="bower_components/angular-animate/angular-animate.js"></script>
- <script src="bower_components/angular-messages/angular-messages.js"></script>
- <script src="bower_components/angular-sanitize/angular-sanitize.js"></script>
- <script src="bower_components/angular-ui-router/release/angular-ui-router.js"></script>
- <script src="bower_components/angular-bootstrap/ui-bootstrap.js"></script>
- <script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script>
- <script src="bower_components/angular-i18n/angular-locale_ru-ru.js"></script>
- <script src="bower_components/angular-pouchdb/angular-pouchdb.js"></script>
- <script src="bower_components/angular-visjs/angular-vis.js"></script>
- <script src="bower_components/marked/lib/marked.js"></script>
- <script src="bower_components/angular-marked/dist/angular-marked.js"></script>
- <script src="components/misc/names.js"></script>
- <script src="components/app.js"></script>
- <script src="components/root.js"></script>
- <script src="components/agents.js"></script>
- <script src="components/nav.js"></script>
- <script src="components/route.js"></script>
- </body>
- </html>
|