UNPKG

@mr_hugo/boredom

Version:

Another boring JavaScript framework.

25 lines (21 loc) 523 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="/js/runner.css" /> <title>DOMINO</title> </head> <style> </style> <body> <div id="mocha"></div> <main></main> <script type="module"> import * as T from "/js/runner.js" </script> <script> new EventSource('/esbuild').addEventListener('change', () => location.reload()) </script> </body> </html>