UNPKG

1.74 kBHTMLView Raw
1<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
2
3<!--
4
5!----------------------------------------------------------------------------!
6! !
7! Yexpert : (your) Système Expert sous Mumps GT.M et GNU/Linux !
8! Copyright (C) 2001-2015 by Hamid LOUAKED (HL). !
9! !
10!----------------------------------------------------------------------------!
11
12-->
13
14 <head>
15 <title id="titreYexpert-js">Yexpert-JS : Interface Web pour votre système expert...</title>
16 <link rel="shortcut icon" href="images/yexpert_logo.svg" />
17
18 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
19 <link href="https://cdnjs.cloudflare.com/ajax/libs/select2/3.4.5/select2.css" rel="stylesheet" />
20
21 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css">
22 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.css">
23 <link rel="stylesheet" href="json-inspector.css">
24
25 <style>
26 .modal-container {
27 position: relative
28 }
29 .modal-container .modal, .modal-container .modal-backdrop {
30 position: absolute
31 }
32 .hidden {
33 display: none
34 }
35 .overviewTable {
36 font-size: 12
37 }
38 .pushRight {
39 text-align: right
40 }
41 </style>
42 <link rel="stylesheet" href="Select.css">
43 </head>
44 <body>
45 <div id="content"></div>
46
47 <script src="bundle.js"></script>
48
49 </body>
50</html>