2026-05-21 23:53:19 -04:00
|
|
|
<!doctype html>
|
2026-04-07 21:58:23 -04:00
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
2026-05-21 23:53:19 -04:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
|
<title>Dragonflight · Wild Dragon Broadcast</title>
|
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@400;500;600&display=swap" />
|
|
|
|
|
<link rel="stylesheet" href="styles.css" />
|
|
|
|
|
<link rel="stylesheet" href="styles-screens.css" />
|
|
|
|
|
<link rel="stylesheet" href="styles-asset.css" />
|
|
|
|
|
<link rel="stylesheet" href="styles-rest.css" />
|
|
|
|
|
<link rel="stylesheet" href="styles-modal.css" />
|
|
|
|
|
<link rel="stylesheet" href="styles-fixes.css" />
|
2026-04-07 21:58:23 -04:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2026-05-21 23:53:19 -04:00
|
|
|
<div id="root"></div>
|
|
|
|
|
|
|
|
|
|
<script src="https://unpkg.com/react@18.3.1/umd/react.development.js" integrity="sha384-hD6/rw4ppMLGNu3tX5cjIb+uRZ7UkRJ6BPkLpg4hAu/6onKUg4lLsHAs9EBPT82L" crossorigin="anonymous"></script>
|
|
|
|
|
<script src="https://unpkg.com/react-dom@18.3.1/umd/react-dom.development.js" integrity="sha384-u6aeetuaXnQ38mYT8rp6sbXaQe3NL9t+IBXmnYxwkUI2Hw4bsp2Wvmx4yRQF1uAm" crossorigin="anonymous"></script>
|
|
|
|
|
<script src="https://unpkg.com/@babel/standalone@7.29.0/babel.min.js" integrity="sha384-m08KidiNqLdpJqLq95G/LEi8Qvjl/xUYll3QILypMoQ65QorJ9Lvtp2RXYGBFj1y" crossorigin="anonymous"></script>
|
2026-05-22 13:31:57 -04:00
|
|
|
<script src="https://cdn.jsdelivr.net/npm/hls.js@1.5.15/dist/hls.min.js" crossorigin="anonymous"></script>
|
2026-05-21 23:53:19 -04:00
|
|
|
|
|
|
|
|
<script type="text/babel" src="data.jsx"></script>
|
|
|
|
|
<script type="text/babel" src="icons.jsx"></script>
|
|
|
|
|
<script type="text/babel" src="visuals.jsx"></script>
|
|
|
|
|
<script type="text/babel" src="shell.jsx"></script>
|
|
|
|
|
<script type="text/babel" src="screens-home.jsx"></script>
|
|
|
|
|
<script type="text/babel" src="screens-library.jsx"></script>
|
|
|
|
|
<script type="text/babel" src="screens-asset.jsx"></script>
|
|
|
|
|
<script type="text/babel" src="screens-projects.jsx"></script>
|
|
|
|
|
<script type="text/babel" src="screens-ingest.jsx"></script>
|
|
|
|
|
<script type="text/babel" src="screens-jobs.jsx"></script>
|
2026-05-24 16:20:38 -04:00
|
|
|
<script src="js/timecode.js"></script>
|
|
|
|
|
<script src="js/timeline.js"></script>
|
2026-05-21 23:53:19 -04:00
|
|
|
<script type="text/babel" src="screens-editor.jsx"></script>
|
|
|
|
|
<script type="text/babel" src="screens-admin.jsx"></script>
|
|
|
|
|
<script type="text/babel" src="modal-new-recorder.jsx"></script>
|
|
|
|
|
<script type="text/babel" src="app.jsx"></script>
|
2026-04-07 21:58:23 -04:00
|
|
|
</body>
|
2026-05-22 09:30:47 -04:00
|
|
|
</html>
|