17 lines
344 B
HTML
17 lines
344 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Tone3000 Download Received</title>
|
|
</head>
|
|
|
|
<body style="background: black;">
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/t3k_response.tsx"></script>
|
|
</body>
|
|
|
|
|
|
|
|
</html> |