VideoConcat/wails/assets/index.html
2026-01-07 17:59:30 +08:00

31 lines
842 B
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>视频拼接工具</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background: linear-gradient(to bottom, #fefefe, #ededef);
overflow: hidden;
}
#app {
width: 100vw;
height: 100vh;
}
</style>
<script type="module" crossorigin src="./assets/index-IwiMqFON.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-BaD48VVT.css">
</head>
<body>
<div id="app"></div>
</body>
</html>