ffmpeg-explorer/index.html

13 lines
301 B
HTML
Raw Permalink Normal View History

2023-08-18 17:23:56 -04:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-08-19 13:01:37 -04:00
<title>FFmpeg Explorer!</title>
2023-08-18 17:23:56 -04:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>