2
|
1 <!DOCTYPE html>
|
|
2 <html>
|
|
3 <head>
|
|
4 <meta charset="utf-8" />
|
|
5 <title>scheduleLcd</title>
|
|
6 <meta name="viewport" content="width=device-width, initial-scale=1" />
|
3
|
7 <link rel="stylesheet" type="text/css" media="screen" href="./main.css" />
|
|
8 <link
|
|
9 rel="stylesheet"
|
|
10 type="text/css"
|
|
11 media="screen"
|
|
12 href="./scheduleLcd.css"
|
|
13 />
|
2
|
14 <script type="module" src="./scheduleLcd.ts"></script>
|
|
15 </head>
|
|
16 <body>
|
3
|
17 <div
|
|
18 class="area"
|
|
19 style="
|
|
20 left: 2px;
|
|
21 right: 2px;
|
|
22 top: 0;
|
|
23 z-index: 2;
|
|
24 box-shadow: 0 5px 10px #00000033;
|
|
25 opacity:.6
|
|
26 "
|
|
27 >
|
|
28 </div>
|
|
29 <div
|
|
30 class="closeup-cal area"
|
|
31 style="left: 2px; top: 50px; width: 300px; height: 80px"
|
|
32 >
|
|
33 <div>12:34 - - - - - - ⤵ 6 minutes left</div>
|
|
34 <div>youtube | minecraft</div>
|
|
35 </div>
|
|
36 <div class="area" style="left: 2px; top: 180px; width: 60px; height: 100px">
|
|
37 map
|
|
38 </div>
|
|
39 <div class="area" style="left: 66px; top: 180px; right: 2px; bottom: 2px">
|
|
40 comingsoon
|
|
41 </div>
|
|
42
|
2
|
43 <bigast-loginbar></bigast-loginbar>
|
3
|
44 <script
|
|
45 type="module"
|
|
46 src="https://bigasterisk.com/lib/bigast/v2/loginBar.js"
|
|
47 ></script>
|
2
|
48 </body>
|
|
49 </html>
|