kopia lustrzana https://github.com/mifi/lossless-cut
12 wiersze
210 B
HTML
12 wiersze
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>
|