1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 18:32:34 +01:00
lossless-cut/index.html

12 lines
210 B
HTML
Raw Normal View History

2020-03-04 11:41:40 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>LosslessCut</title>
</head>
<body>
<div id="root"></div>
2023-02-16 15:37:33 +01:00
<script type="module" src="/src/index.jsx"></script>
2020-03-04 11:41:40 +01:00
</body>
</html>