view light9/web/fade/index.html @ 2372:06bf6dae8e64

reorg tools into light9/web/ and a single vite instance
author drewp@bigasterisk.com
date Thu, 08 Jun 2023 13:20:23 -0700
parents light9/fade/index.html@d193689223fb
children
line wrap: on
line source

<!doctype html>
<html>
  <head>
    <title>fade</title>
    <meta charset="utf-8" />
    <link rel="stylesheet" href="../style.css">    
    <script src="node_modules/fpsmeter/dist/fpsmeter.min.js"></script>
    <script type="module" src="./Light9FadeUi"></script>
  </head>
  <body>
    <light9-fade-ui></light9-fade-ui>
  </body>
</html>