1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-10-30 13:23:00 +00:00

Added google closure compiler for css and js files

This commit is contained in:
jcorporation
2018-06-21 22:29:49 +01:00
parent 2098060765
commit 2dff568abe
26 changed files with 200 additions and 18049 deletions

View File

@@ -6,8 +6,8 @@
<meta name="description" content="myMPD - fast and lightweight MPD webclient">
<meta name="author" content="mail@jcgames.de">
<title>myMPD: Local Player</title>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/mpd.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/mpd.min.css" rel="stylesheet">
<link href="assets/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
@@ -29,6 +29,6 @@
</div>
</div>
</main>
<script type="text/javascript" src="js/player.js"></script>
<script type="text/javascript" src="js/player.min.js"></script>
</body>
</html>