index.html 658 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
<!DOCTYPE html>
<html>
  <head>
    <title></title>
    <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1"/>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

    <script data-main="require-renderjs_route.js"
            type="text/javascript"
            src="../../lib/require/require.js"></script>

<!--    <script>
      /*global document, jQuery */
      "use strict";
      (function (document, $) {
        $(document).ready(function () {});
      }(document, jQuery));
    </script>-->
  </head>
  <body>
    <noscript>
      Please enable Javascript
    </noscript>
  </body>
</html>