Mercurial > code > home > repos > front-door-display
diff src/scheduleLcd.html @ 2:1cfca88f76d0
WIP little lcd display
author | drewp@bigasterisk.com |
---|---|
date | Tue, 05 Mar 2024 16:21:31 -0800 |
parents | |
children | 045013c772ed |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/scheduleLcd.html Tue Mar 05 16:21:31 2024 -0800 @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8" /> + <title>scheduleLcd</title> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <link rel="stylesheet" type="text/css" media="screen" href="src/main.css" /> + <script type="module" src="./scheduleLcd.ts"></script> + </head> + <body> + + <fd-upcoming-events></fd-upcoming-events> + <bigast-loginbar></bigast-loginbar> + <script type="module" src="https://bigasterisk.com/lib/bigast/v2/loginBar.js"></script> + </body> +</html>