Mercurial > code > home > repos > light9
annotate web/effects/index.html @ 2437:26f84fc67ab1
start 2024 show
author | drewp@bigasterisk.com |
---|---|
date | Wed, 29 May 2024 17:28:01 -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> |
2101 | 4 <title>effect listing</title> |
1589
21a52ce16954
new effects2.html polymer port
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
5 <meta charset="utf-8" /> |
2244 | 6 <link rel="stylesheet" href="../style.css"> |
2372
06bf6dae8e64
reorg tools into light9/web/ and a single vite instance
drewp@bigasterisk.com
parents:
2244
diff
changeset
|
7 <script type="module" src="./Light9EffectListing"></script> |
1589
21a52ce16954
new effects2.html polymer port
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
8 </head> |
21a52ce16954
new effects2.html polymer port
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
9 <body> |
2101 | 10 <light9-effect-listing></light9-effect-listing> |
1589
21a52ce16954
new effects2.html polymer port
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
11 </body> |
21a52ce16954
new effects2.html polymer port
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
12 </html> |