feat: move music player to its own window
This commit is contained in:
parent
c3e9c53a81
commit
19b97f2af6
5 changed files with 40 additions and 5 deletions
|
|
@ -47,8 +47,8 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="window-body has-space">
|
||||
<ul>CSS stylesheet: <a href="https://jdan.github.io/98.css/">98.css</a></ul>
|
||||
<ul>
|
||||
<li>CSS stylesheet: <a href="https://jdan.github.io/98.css/">98.css</a></li>
|
||||
<li>88x31 (buttons):
|
||||
<ul>
|
||||
<li><a href="https://hellnet.work/8831/">hellnet.work/8831/</a></li>
|
||||
|
|
|
|||
|
|
@ -35,11 +35,28 @@
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window active">
|
||||
<div class="title-bar">
|
||||
<div class="title-bar-text">pages</div>
|
||||
<div class="title-bar-controls">
|
||||
<button aria-label="Minimize"></button>
|
||||
<button aria-label="Maximize"></button>
|
||||
<button aria-label="Close"></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window-body has-space">
|
||||
<ul>
|
||||
<li><a href="/site/">home</a></li>
|
||||
<li><a href="/site/pages/notes.html">notes</a></li>
|
||||
<li><a href="/site/pages/credits.html">credits</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-content subcontainer">
|
||||
<div class="window active">
|
||||
<div class="title-bar">
|
||||
<div class="title-bar-text">credits</div>
|
||||
<div class="title-bar-text">notes</div>
|
||||
<div class="title-bar-controls">
|
||||
<button aria-label="Minimize"></button>
|
||||
<button aria-label="Maximize"></button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue