1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-21 18:02:35 +01:00
lossless-cut/index.html
Mikael Finstad 1715c2bb01
move to vite
closes #971
2023-02-16 23:22:05 +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.jsx"></script>
</body>
</html>