Mercurial > code > home > repos > light9
diff web/index.html @ 2402:1d3594ffd14b
new home-status elt
author | drewp@bigasterisk.com |
---|---|
date | Fri, 17 May 2024 16:56:32 -0700 |
parents | 8e0ae92d918d |
children |
line wrap: on
line diff
--- a/web/index.html Fri May 17 16:54:12 2024 -0700 +++ b/web/index.html Fri May 17 16:56:32 2024 -0700 @@ -5,7 +5,7 @@ <meta charset="utf-8" /> <link rel="stylesheet" href="style.css" /> <link rel="stylesheet" href="flexlayout-react/style/dark.css" /> - <script type="module" src="TiledHome.ts"></script> + <script type="module" src="TiledHome"></script> </head> <body> <style> @@ -20,9 +20,7 @@ box-shadow: black 0px -7px 9px 0px; } </style> - <div id="container">hello</div> - <div id="footer"> - <a href="metrics/">metrics</a> - </div> + <div id="container">loading layout...</div> + <div id="footer"><light9-home-status></light9-home-status> </div> </body> </html>