Mercurial > web
comparison music.html @ 45:e44fb9a05998
why does this work?
committer: GitHub <noreply@github.com>
author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
---|---|
date | Thu, 28 Jul 2022 20:09:49 -0400 |
parents | 24b2d0a480d3 |
children | 44b4ca6897f4 |
comparison
equal
deleted
inserted
replaced
44:24b2d0a480d3 | 45:e44fb9a05998 |
---|---|
88 color: #ff6600; | 88 color: #ff6600; |
89 } | 89 } |
90 </style> | 90 </style> |
91 </head> | 91 </head> |
92 <body> | 92 <body> |
93 <div class="navbar-wrapper"> | 93 <div class="navbar-wrapper"> |
94 <div class="container-fluid" style="width: 98%;margin-top:1%;"> | 94 <div class="container" style="width: 100%-2%;margin-top:1%;"> |
95 <div class="navbar navbar-inverse" style="box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5)"> | 95 <div class="navbar navbar-inverse" style="box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5)"> |
96 <div class="navbar-inner"> | 96 <div class="navbar-inner"> |
97 <a class="brand" href="#">Paper's website</a> | 97 <a class="brand" href="#">Paper's website</a> |
98 <ul class="nav"> | 98 <ul class="nav"> |
99 <li><a href="./">Home</a></li> | 99 <li><a href="./">Home</a></li> |
100 <li class="active"><a href="#">Music</a></li> | 100 <li class="active"><a href="#">Music</a></li> |
101 <li><a href="projects.html">Projects</a></li> | 101 <li><a href="projects.html">Projects</a></li> |
102 <li><a href="blog/">Blog</a></li> | 102 <li><a href="blog/">Blog</a></li> |
103 </ul> | 103 </ul> |
104 </div> | 104 </div> |
105 </div> | 105 </div> |
106 </div> | 106 </div> |
107 </div> | |
107 <h1>Music</h1> | 108 <h1>Music</h1> |
108 <div class="box"> | 109 <div class="box"> |
109 <p>Now playing:</p> | 110 <p>Now playing:</p> |
110 <p id="title">nothing loaded</p> | 111 <p id="title">nothing loaded</p> |
111 <button type="button" class="btn btn-primary" id="playpause">Play/Pause</button> | 112 <button type="button" class="btn btn-primary" id="playpause">Play/Pause</button> |