comparison src/scheduleLcd.html @ 11:affb3c8f3f58

schedulelcd progress
author drewp@bigasterisk.com
date Thu, 06 Jun 2024 14:49:04 -0700
parents b46679798c51
children
comparison
equal deleted inserted replaced
10:1e0b5907b16e 11:affb3c8f3f58
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8" /> 4 <meta charset="utf-8" />
5 <title>scheduleLcd</title> 5 <title>scheduleLcd - for the lcd screen that sits by a gaming computer and
6 tells you how much time is left</title>
6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 <meta name="viewport" content="width=device-width, initial-scale=1" />
7 <link rel="stylesheet" type="text/css" media="screen" href="./main.css" /> 8 <link rel="stylesheet" type="text/css" media="screen" href="./main.css" />
8 <link 9 <link
9 rel="stylesheet" 10 rel="stylesheet"
10 type="text/css" 11 type="text/css"
35 <span style="display: inline-block; background: red;">R</span> 36 <span style="display: inline-block; background: red;">R</span>
36 <span style="display: inline-block; background: green;">G</span> 37 <span style="display: inline-block; background: green;">G</span>
37 <span style="display: inline-block; background: blue;">B</span> 38 <span style="display: inline-block; background: blue;">B</span>
38 </div> 39 </div>
39 </div> 40 </div>
40 <!-- <div class="area" style="left: 2px; top: 180px; width: 60px; height: 100px"> 41 <div class="area" style="left: 2px; top: 180px; width: 60px; height: 100px">
41 map 42 map
42 </div> 43 </div>
43 <div class="area" style="left: 66px; top: 180px; right: 2px; bottom: 2px"> 44 <div class="area" style="left: 66px; top: 180px; right: 2px; bottom: 2px">
44 comingsoon 45 comingsoon
45 </div> --> 46 <img src="face-simone_00487_.png" style="height: 100%">
47 </div>
46 48
47 <bigast-loginbar></bigast-loginbar>
48 <script
49 type="module"
50 src="https://bigasterisk.com/lib/bigast/v2/loginBar.js"
51 ></script>
52 </body> 49 </body>
53 </html> 50 </html>