mirror of
https://github.com/mrkite/soundsmith.git
synced 2024-12-22 01:29:19 +00:00
15 lines
381 B
HTML
15 lines
381 B
HTML
<html>
|
|
<head>
|
|
<title>FTA Player</title>
|
|
<script type="text/javascript" src="fta.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="main.css"/>
|
|
</head>
|
|
<body>
|
|
<h2>FTA Player</h2>
|
|
<div>Currently playing: <span id="loaded">-none-</span></div>
|
|
<div id="controls"></div>
|
|
<h3>Available songs</h3>
|
|
<div id="songlist"></div>
|
|
</body>
|
|
</html>
|