mirror of
https://github.com/gosticks/dash-player.git
synced 2026-06-28 16:10:01 +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>
|