mirror of
https://codeberg.org/vlw/still-alive.git
synced 2025-09-14 00:13:41 +02:00
Everything is cued up and good to go. Now comes the fun part of syncing the lyrics with the song
15 lines
No EOL
446 B
HTML
Executable file
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>​</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> |