Skip to content

Commit 0ec0e36

Browse files
Update mfp-app playlist with latest content.
1 parent 62f255d commit 0ec0e36

1 file changed

Lines changed: 16 additions & 7 deletions

File tree

index.html

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@
102102
</head>
103103

104104
<body>
105-
<div class="app-container">
105+
<main>
106+
107+
106108
<header>
107109
<div class="header-nav">
108110
<div style="display: inline; width:24px; height: 24px;"></div>
@@ -113,8 +115,10 @@
113115
</div>
114116
</div>
115117
</header>
116-
<main class="stack-wrapper">
117-
<div id="playlist" class="screen">
118+
119+
<div id="scroll-container">
120+
121+
<div id="playlist" class="screen active">
118122

119123
<a data-title="Episode 76: Material Object" data-duration="2:14:02"
120124
data-links="[&#34;https://materialobject.com/&#34;]" data-tracks="[&#34;Adham Shaikh and Tim Floyd - Portals&#34;, &#34;Aleksi Per\u00e4l\u00e4 - CYCLES 11&#34;, &#34;Arovane - Wirkung&#34;, &#34;Bill Laswell - Outer Dark&#34;, &#34;crys cole &amp; oren ambarchi - Gallivant&#34;, &#34;Divination - Dead Slow&#34;, &#34;Future Sound of London - Environments&#34;, &#34;Ishq - onirojenik&#34;, &#34;Loren Nerell - The Venerable Dark Cloud&#34;, &#34;Material Object - Telepath&#34;, &#34;O Yuki Conjugate - Equator&#34;, &#34;Rapoon - Darker by Light&#34;, &#34;Russel Mills &amp; Mike Fearon - Still Moves&#34;]" href="https://datashat.net/music_for_programming_76-material_object.mp3">
@@ -801,9 +805,10 @@
801805
</a>
802806

803807
</div>
804-
<div id="about" class="screen hidden">
808+
809+
<div id="about" class="screen">
805810
<h2>About</h2>
806-
<h4>mfp; version: 1.0.10</h4>
811+
<h4>mfp; version: 1.0.11</h4>
807812
<p>
808813
mfp; is a PWA remix of
809814
<a href="https://musicforprogramming.net" target="_blank" rel="noopener noreferrer">
@@ -839,7 +844,9 @@ <h3 id="currently-playing-title" style="padding-bottom: 8px;">
839844
<p><b>### EOF ###</b></p>
840845

841846
</div>
842-
</main>
847+
848+
</div>
849+
843850
<footer>
844851
<div id="mini-player">
845852
<div id="mini-player-info">
@@ -855,7 +862,9 @@ <h3 id="currently-playing-title" style="padding-bottom: 8px;">
855862
</div>
856863
</div>
857864
</footer>
858-
</div>
865+
866+
867+
</main>
859868
<audio id="mfp-audio-player"></audio>
860869
<script type="module" src="/src/main.ts"></script>
861870
</body>

0 commit comments

Comments
 (0)