Add gitlab issue/merge request templates
[src/app-framework-demo.git] / afb-client / index.html
1 <!DOCTYPE html>
2 <!--[if lt IE 7]>      <html lang="en" ng-app="AudioClient" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
3 <!--[if IE 7]>         <html lang="en" ng-app="AudioClient" class="no-js lt-ie9 lt-ie8"> <![endif]-->
4 <!--[if IE 8]>         <html lang="en" ng-app="AudioClient" class="no-js lt-ie9"> <![endif]-->
5 <!--[if gt IE 8]><!--> <html lang="en" ng-app="AudioClient" class="no-js"> <!--<![endif]-->
6 <head>
7     <meta charset="utf-8">
8     <meta http-equiv="X-UA-Compatible" content="IE=edge">
9     <title>Simple Sample Application</title>
10     <meta name="description" content="">
11     <meta name="viewport" content="width=device-width, initial-scale=1">
12     <!-- bower:css -->
13     <!-- endinject -->
14      <!--vendor:css -->
15     <!-- endinject -->
16     <!-- appli:css -->
17     <!-- endinject -->
18     <!-- inject:css -->
19     <!-- endinject -->
20     <base href="/opa/"> <!-- https://docs.angularjs.org/error/$location/nobase -->
21
22 </head>
23 <body>
24 <!--[if lt IE 7]>
25 <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>
26 <![endif]-->
27 <div ui-view></div>
28 <!-- bower:js -->
29 <!-- endinject -->
30 <!-- inject:js -->
31 <!-- endinject -->
32
33 <!-- Generic Foundation Modal Template -->
34 <script id="components/modal/modal.html" type="text/ng-template">
35    <div  class="modal-overlay" ng-click="hideOverlay()">
36     <aside class="modal" ng-click="$event.stopPropagation();" ng-transclude></aside>
37   </div>
38 </script>
39
40 </body>
41 </html>