git » hoplite.git » master » tree

[master] / index.html

<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <title>hoplite</title>
    <link rel="stylesheet" href="qunit-2.16.0.css">
    <script src="qunit-2.16.0.js"></script>
    <script type="module" src="datalog.mjs"></script>
    <script type="module" src="reactives.mjs"></script>
    <script type="module" src="el.mjs"></script>
    <script type="module" src="tests.mjs"></script>
    <!-- <script src="relcells.js"></script> -->
    <!-- <script src="el.js"></script> -->
    <!-- <script src="todo.js"></script> -->
  </head>
  <body>
    <div id="qunit"></div>
    <div id="qunit-fixture"></div>
  </body>
</html>