Changeset - 636bd87d0eb3
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 3 years ago 2022-06-05 01:41:31
drewp@bigasterisk.com
current time really big
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
light9/ascoltami/index.html
Show inline comments
 
<!DOCTYPE html>
 
<html>
 
  <head>
 
    <title>ascoltami on {{host}}</title>
 
    <link rel="stylesheet" href="./style.css" />
 
    <style>
 
      #cmd-go {
 
        min-width: 5em;
 
      }
 
      .song-name {
 
        padding-left: 0.4em;
 
      }
 
      .dimStalled #currentTime {
 
        font-size:70px;
 
      }
 
      .dimStalled {
 
        font-size:70%
 
      }
 
    </style>
 
    <meta name="viewport" content="user-scalable=no, width=500, initial-scale=1" />
 
    <script type="module" src="../ascoltami/Light9AscoltamiUi"></script>
 
  </head>
 
  <body>
 
    <h1>ascoltami on {{host}}</h1>
 
    <div class="songs"></div>
 

	
 
    <div class="dimStalled">
 
      <table>
 
        <tr>
 
          <td colspan="3"><strong>Song:</strong> <span id="currentSong"></span></td>
0 comments (0 inline, 0 general)