mirror of
https://github.com/gosticks/dash-player.git
synced 2025-10-16 11:55:36 +00:00
11 lines
186 B
HTML
11 lines
186 B
HTML
<!doctype>
|
|
<html>
|
|
<head>
|
|
<title>my-dash-component</title>
|
|
</head>
|
|
<body>
|
|
<div id='root'></div>
|
|
<script src="/output.js"></script>
|
|
</body>
|
|
</html>
|