1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00
lossless-cut/index.html
2024-02-12 14:11:36 +08:00

12 lines
210 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>LosslessCut</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>