Mercurial > code > home > repos > light9
view light9/fade/index.html @ 2229:d193689223fb
clean up vitejs warnings for fade. this is now the model vite.config.ts
author | drewp@bigasterisk.com |
---|---|
date | Wed, 24 May 2023 11:27:54 -0700 |
parents | light9/fade/web/index.html@22131be6639b |
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>