]> iEval git - app-musicexpo.git/blobdiff - lib/App/MusicExpo.pm
Add a rudimentary player
[app-musicexpo.git] / lib / App / MusicExpo.pm
index 0b3276cab35784406e1f29a145af1276d9362ea4..96f9d8dda75d7c7680e0b99469bcdc2e2bcec456 100644 (file)
@@ -3,7 +3,7 @@ use v5.14;
 use strict;
 use warnings;
 
-our $VERSION = '0.003003';
+our $VERSION = '0.004';
 
 use Audio::FLAC::Header qw//;
 use HTML::Template::Compiled qw//;
@@ -175,6 +175,9 @@ $default_template = <<'HTML';
 <title>Music</title>
 <meta charset="utf-8">
 <link rel="stylesheet" href="/music.css">
+<script async defer type="application/javascript" src="player.js"></script>
+
+<div id="player"></div>
 
 <table border>
 <thead>
This page took 0.018612 seconds and 4 git commands to generate.