2016-08-14 13:37:26 +02:00
<!doctype html>
<!-- [if lt IE 7]> <html class="no - js lt - ie9 lt - ie8 lt - ie7"> <![endif] -->
<!-- [if IE 7]> <html class="no - js lt - ie9 lt - ie8"> <![endif] -->
<!-- [if IE 8]> <html class="no - js lt - ie9"> <![endif] -->
<!-- [if gt IE 8]><! --> < html class = "no-js" > <!-- <![endif] -->
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< base href = "/" >
< title > Warehost v2< / title >
< meta name = "description" content = "" >
< meta name = "viewport" content = "width=device-width, initial-scale=1, user-scalable=no" >
< link rel = "shortcut icon" href = "/favicon.ico" type = "image/x-icon" >
< link rel = "icon" href = "/favicon.ico" type = "image/x-icon" >
<!-- build:css(public) app/vendor.css -->
<!-- bower:css -->
2016-08-20 01:17:28 +02:00
< link rel = "stylesheet" href = "bower_components/ng-table/dist/ng-table.css" / >
2016-09-11 23:03:41 +02:00
< link rel = "stylesheet" href = "bower_components/angular-ui-select/dist/select.css" / >
2016-09-13 20:00:06 +02:00
< link rel = "stylesheet" href = "bower_components/angular-ui-tree/dist/angular-ui-tree.css" / >
2016-09-27 11:44:48 +02:00
< link rel = "stylesheet" href = "bower_components/bootstrap-markdown/css/bootstrap-markdown.min.css" / >
< link rel = "stylesheet" href = "bower_components/angular-markdown-editor-ghiscoding/styles/angular-markdown-editor.css" / >
2016-08-14 13:37:26 +02:00
<!-- endbower -->
< link rel = "stylesheet" href = "bower_components/bootstrap/dist/css/bootstrap.min.css" / >
2016-10-22 21:34:20 +02:00
< link rel = "stylesheet" href = "bower_components/bootswatch/simplex/bootstrap.min.css" / >
2016-08-14 13:37:26 +02:00
<!-- endbuild -->
<!-- build:css({.tmp,public}) app/app.css -->
< link rel = "stylesheet" href = "app/app.css" >
<!-- injector:css -->
<!-- endinjector -->
<!-- endbuild -->
< / head >
< body ng-app = "warehost" >
<!-- [if lt IE 9]>
< p class = "browsehappy" > You are using an < strong > outdated< / strong > browser. Please < a href = "http://browsehappy.com/" > upgrade your browser< / a > to improve your experience.< / p >
<![endif]-->
<!-- Add your site or application content here -->
< div ui-view = "" > < / div >
<!-- build:js(public) app/vendor.js -->
<!-- bower:js -->
< script src = "bower_components/jquery/dist/jquery.js" > < / script >
< script src = "bower_components/angular/angular.js" > < / script >
< script src = "bower_components/angular-ui-router/release/angular-ui-router.js" > < / script >
< script src = "bower_components/angular-bootstrap/ui-bootstrap-tpls.js" > < / script >
< script src = "bower_components/bootstrap/dist/js/bootstrap.js" > < / script >
2016-08-20 01:17:28 +02:00
< script src = "bower_components/ng-table/dist/ng-table.js" > < / script >
2016-09-11 23:03:41 +02:00
< script src = "bower_components/angular-ui-select/dist/select.js" > < / script >
2016-09-13 20:00:06 +02:00
< script src = "bower_components/angular-ui-tree/dist/angular-ui-tree.js" > < / script >
2016-09-27 11:44:48 +02:00
< script src = "bower_components/angular-highlightjs/build/angular-highlightjs.js" > < / script >
< script src = "bower_components/marked/lib/marked.js" > < / script >
< script src = "bower_components/angular-marked/dist/angular-marked.js" > < / script >
< script src = "bower_components/bootstrap-markdown/js/bootstrap-markdown.js" > < / script >
< script src = "bower_components/angular-markdown-editor-ghiscoding/src/angular-markdown-editor.js" > < / script >
2016-08-14 13:37:26 +02:00
<!-- endbower -->
2016-09-11 18:40:03 +02:00
< script src = "bower_components/angular-sanitize/angular-sanitize.js" > < / script >
2016-08-14 13:37:26 +02:00
<!-- endbuild -->
<!-- build:js({.tmp,public}) app/app.js -->
< script src = "app/app.js" > < / script >
<!-- injector:js -->
2016-10-18 20:33:55 +02:00
< script src = "app/host/admin/database.js" > < / script >
< script src = "app/host/admin/domain.js" > < / script >
2016-10-18 21:11:56 +02:00
< script src = "app/host/admin/profil.js" > < / script >
2016-10-17 12:50:31 +02:00
< script src = "app/host/database.js" > < / script >
< script src = "app/host/domain.js" > < / script >
2016-09-03 13:24:54 +02:00
< script src = "app/host/index.js" > < / script >
2016-10-22 21:34:20 +02:00
< script src = "app/host/mail.js" > < / script >
2016-10-17 12:50:31 +02:00
< script src = "app/host/menu.js" > < / script >
2016-12-07 21:33:51 +01:00
< script src = "app/host/signup.js" > < / script >
2016-10-22 21:34:20 +02:00
< script src = "app/host/web.js" > < / script >
2016-08-14 13:37:26 +02:00
< script src = "app/index.js" > < / script >
2016-09-11 18:40:03 +02:00
< script src = "app/invite.js" > < / script >
2016-08-14 13:37:26 +02:00
< script src = "app/main.js" > < / script >
2016-09-11 18:40:03 +02:00
< script src = "app/setting.js" > < / script >
< script src = "app/user.js" > < / script >
2016-09-11 23:03:41 +02:00
< script src = "app/web/domain.js" > < / script >
2016-09-03 13:24:54 +02:00
< script src = "app/web/index.js" > < / script >
2016-09-03 16:30:05 +02:00
< script src = "app/web/list.js" > < / script >
< script src = "app/web/menu.js" > < / script >
2016-09-11 18:40:03 +02:00
< script src = "app/web/page.js" > < / script >
< script src = "app/web/permission.js" > < / script >
< script src = "app/web/webmenu.js" > < / script >
< script src = "components/alert.js" > < / script >
< script src = "components/config.js" > < / script >
< script src = "components/session.js" > < / script >
2016-08-14 13:37:26 +02:00
<!-- endinjector -->
<!-- endbuild -->
< / body >
< / html >