Early work on Mapp, will move to Github or Gitlab if something becomes of it.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
444 B

5 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>Mapp Test Setup</title>
  8. <link rel="stylesheet" href="/client.css" />
  9. <script src="/dist/mapp-board-umd.js"></script>
  10. <script src="/client.js"></script>
  11. </head>
  12. <body>
  13. <div id="container"></div>
  14. </body>
  15. </html>