You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
640 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Subtitles player</title>
<link rel="stylesheet" href="style.css">
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.150.1/build/three.module.js"
}
}
</script>
<script type="module" defer src="3d.js"></script>
<script type="module" defer src="index.js" ></script>
<script type="module" defer src="functions.js"></script>
</head>
<body>
<div id="container">
<div id="sub">Hello</div>
</div>
<audio src="assets/polypupatic.mp3" id="player" controls ></audio>
</body>
</html>