1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 10:22:31 +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>
2024-02-12 07:11:36 +01:00
<script type="module" src="/src/index.tsx"></script>
2020-03-04 11:41:40 +01:00
</body>
</html>