2020-09-17 09:24:37 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<title>Audioview</title>
|
|
|
|
<script src="/wasm/audioview_player.js"></script>
|
2020-09-17 11:46:14 +00:00
|
|
|
<script type="module" src="app.js"></script>
|
2020-09-17 09:24:37 +00:00
|
|
|
<link rel="shortcut icon" href="#" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
</body>
|
|
|
|
</html>
|