Mercurial > code > home > repos > front-door-display
diff src/scheduleLcd.html @ 11:affb3c8f3f58
schedulelcd progress
author | drewp@bigasterisk.com |
---|---|
date | Thu, 06 Jun 2024 14:49:04 -0700 |
parents | b46679798c51 |
children |
line wrap: on
line diff
--- a/src/scheduleLcd.html Thu Jun 06 14:46:07 2024 -0700 +++ b/src/scheduleLcd.html Thu Jun 06 14:49:04 2024 -0700 @@ -2,7 +2,8 @@ <html> <head> <meta charset="utf-8" /> - <title>scheduleLcd</title> + <title>scheduleLcd - for the lcd screen that sits by a gaming computer and + tells you how much time is left</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" type="text/css" media="screen" href="./main.css" /> <link @@ -37,17 +38,13 @@ <span style="display: inline-block; background: blue;">B</span> </div> </div> - <!-- <div class="area" style="left: 2px; top: 180px; width: 60px; height: 100px"> + <div class="area" style="left: 2px; top: 180px; width: 60px; height: 100px"> map </div> <div class="area" style="left: 66px; top: 180px; right: 2px; bottom: 2px"> comingsoon - </div> --> + <img src="face-simone_00487_.png" style="height: 100%"> + </div> - <bigast-loginbar></bigast-loginbar> - <script - type="module" - src="https://bigasterisk.com/lib/bigast/v2/loginBar.js" - ></script> </body> </html>