Mercurial > code > home > repos > light9
annotate web/fade/index.html @ 2395:ef3cde3e81e8
switch collector output from json to avro (still over WS)
author | drewp@bigasterisk.com |
---|---|
date | Thu, 16 May 2024 15:03:50 -0700 |
parents | 4556eebe5d73 |
children |
rev | line source |
---|---|
1589
21a52ce16954
new effects2.html polymer port
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
1 <!doctype html> |
21a52ce16954
new effects2.html polymer port
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
2 <html> |
21a52ce16954
new effects2.html polymer port
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
3 <head> |
2103 | 4 <title>fade</title> |
1589
21a52ce16954
new effects2.html polymer port
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
5 <meta charset="utf-8" /> |
2162 | 6 <link rel="stylesheet" href="../style.css"> |
2229
d193689223fb
clean up vitejs warnings for fade. this is now the model vite.config.ts
drewp@bigasterisk.com
parents:
2213
diff
changeset
|
7 <script src="node_modules/fpsmeter/dist/fpsmeter.min.js"></script> |
d193689223fb
clean up vitejs warnings for fade. this is now the model vite.config.ts
drewp@bigasterisk.com
parents:
2213
diff
changeset
|
8 <script type="module" src="./Light9FadeUi"></script> |
1589
21a52ce16954
new effects2.html polymer port
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
9 </head> |
21a52ce16954
new effects2.html polymer port
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
10 <body> |
2103 | 11 <light9-fade-ui></light9-fade-ui> |
1589
21a52ce16954
new effects2.html polymer port
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
12 </body> |
21a52ce16954
new effects2.html polymer port
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
13 </html> |