index.html 925 Bytes
Newer Older
Oleg Dzhimiev's avatar
Oleg Dzhimiev committed
1 2 3 4 5
<!DOCTYPE HTML>
<html lang="en">
  <head>
    <meta charset="utf-8"/>
    <title>x3d models index</title>
Rurik Bugdanov's avatar
Rurik Bugdanov committed
6 7 8 9

    <!-- build:css css/index.css -->
    <!-- bower:css -->
    <!-- endbower -->
Oleg Dzhimiev's avatar
Oleg Dzhimiev committed
10
    <link rel='stylesheet' type='text/css' href='js/leaflet/leaflet.css'></link>
Oleg Dzhimiev's avatar
Oleg Dzhimiev committed
11
    <link rel='stylesheet' type='text/css' href='js/index.css'></link>
Rurik Bugdanov's avatar
Rurik Bugdanov committed
12 13 14 15 16 17 18 19 20 21
    <!-- endbuild -->

    <!-- build:js js/index.js -->
    <!-- bower:js -->
    <script src='bower_components/jquery/dist/jquery.js'></script>
    <!-- endbower -->
    <script type='text/javascript' src='js/leaflet/leaflet-src.js'></script>
    <script type='text/javascript' src='js/index.js'></script>
    <!-- endbuild -->

Oleg Dzhimiev's avatar
Oleg Dzhimiev committed
22 23
  </head>
  <body>
Oleg Dzhimiev's avatar
Oleg Dzhimiev committed
24
  <div id="table_div">
Oleg Dzhimiev's avatar
Oleg Dzhimiev committed
25 26
    <table id='model_table'>
        <tr>
Oleg Dzhimiev's avatar
Oleg Dzhimiev committed
27 28
            <th></th>
            <th>Model name</th>
Oleg Dzhimiev's avatar
Oleg Dzhimiev committed
29 30 31
            <th>Versions</th>
        </tr>
    </table>
Oleg Dzhimiev's avatar
Oleg Dzhimiev committed
32 33
  </div>
  <div id="leaflet_map"></div>
Oleg Dzhimiev's avatar
Oleg Dzhimiev committed
34 35
  </body>
</html>