]> iEval git - app-musicexpo.git/blobdiff - t/musicexpo.t
Bad implementation of opus (calls opusinfo)
[app-musicexpo.git] / t / musicexpo.t
index 919a59cdcba87bab3f6857e29fca464e2c8a0db9..82fcabbeb3d14ac5c5b698a55d12c5855c96bcac 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -wT
+#!/usr/bin/perl -w
 use v5.14;
 use warnings;
 
@@ -18,13 +18,14 @@ is $out, <<'OUT', 'output is correct';
 <!DOCTYPE html>
 <title>Music</title>
 <meta charset="utf-8">
-<link rel="stylesheet" href="/music.css">
+<link rel="stylesheet" href="musicexpo.css">
+<script async defer type="application/javascript" src="player.js"></script>
+
+<div id="player"></div>
 
 <table border>
 <thead>
 <tr><th>Title<th>Artist<th>Album<th>Genre<th>Track<th>Year<th>Type
 <tbody>
 </table>
-
-<pre id="json" style="display: none">{"files":[],"prefix":"/music/"}</pre>
 OUT
This page took 0.010388 seconds and 4 git commands to generate.