github.com/jbking/gohan@v0.0.0-20151217002006-b41ccf1c2a96/etc/webui/index.html (about)

     1  <!DOCTYPE html>
     2  <html lang="en">
     3    <head>
     4      <meta charset="utf-8">
     5      <meta https-equiv="X-UA-Compatible" content="IE=edge">
     6      <meta name="viewport" content="width=device-width, initial-scale=1">
     7      <meta name="description" content="">
     8      <meta name="author" content="">
     9      <title>Gohan WebUI</title>
    10      <link rel="stylesheet" type="text/css" href="https://nati.github.io/chazuke/bower_components/bootstrap/dist/css/bootstrap.min.css">
    11      <link href="https://nati.github.io/chazuke/bower_components/bootstrap-material-design/dist/css/roboto.min.css" rel="stylesheet">
    12      <link href="https://nati.github.io/chazuke/bower_components/bootstrap-material-design/dist/css/material-fullpalette.min.css" rel="stylesheet">
    13      <link href="https://nati.github.io/chazuke/bower_components/bootstrap-material-design/dist/css/ripples.min.css" rel="stylesheet">
    14      <link href="https://nati.github.io/chazuke/css/dashboard.css" rel="stylesheet">
    15  
    16      <script src="https://nati.github.io/chazuke/bower_components/jquery/dist/jquery.min.js"></script>
    17      <script src="https://nati.github.io/chazuke/bower_components/jquery.cookie/jquery.cookie.js"></script>
    18      <script src="https://nati.github.io/chazuke/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
    19      <script src="https://nati.github.io/chazuke/bower_components/underscore/underscore-min.js"></script>
    20      <script src="https://nati.github.io/chazuke/bower_components/backbone/backbone.js"></script>
    21      <script src="https://nati.github.io/chazuke/bower_components/js-yaml/dist/js-yaml.min.js"></script>
    22      <script src="https://nati.github.io/chazuke/bower_components/z-schema/dist/ZSchema-browser-min.js"></script>
    23      <!-- <script src="https://nati.github.io/chazuke/bower_components/jsonform/deps/opt/jsv.js"></script> -->
    24      <script src="https://nati.github.io/chazuke/bower_components/jquery-ui/ui/core.js"></script>
    25      <script src="https://nati.github.io/chazuke/bower_components/jquery-ui/ui/widget.js"></script>
    26      <script src="https://nati.github.io/chazuke/bower_components/jquery-ui/ui/mouse.js"></script>
    27      <script src="https://nati.github.io/chazuke/bower_components/jquery-ui/ui/sortable.js"></script>
    28      <script src="https://nati.github.io/chazuke/bower_components/jsonform/deps/opt/ace/ace.js"></script>
    29      <script src="https://nati.github.io/chazuke/bower_components/jsonform/lib/jsonform.js"></script>
    30      <script src="https://nati.github.io/chazuke/bower_components/bootstrap-dialog/dist/js/bootstrap-dialog.min.js"></script>
    31      <script src="https://nati.github.io/chazuke/bower_components/bootstrap-material-design/dist/js/material.js"></script>
    32      <script src="https://nati.github.io/chazuke/bower_components/bootstrap-material-design/dist/js/ripples.js"></script>
    33      <script src="https://nati.github.io/chazuke/jst/templates.js"></script>
    34      <script src="https://nati.github.io/chazuke/dist/gohan.js"></script>
    35    </head>
    36    <body>
    37    </body>
    38  </html>