still-alive/player.html
Victor Westerlund 601c7d3dd2 Unsynced working example
Everything is cued up and good to go. Now comes the fun part of syncing the lyrics with the song
2021-10-30 13:30:15 +02:00

15 lines
No EOL
446 B
HTML
Executable file

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>&ZeroWidthSpace;</title>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/player.css">
</head>
<body>
<div id="player"></div>
<script type="module" src="assets/js/player.mjs"></script>
</body>
</html>