file-receive-client-web/index.html

17 lines
415 B
HTML
Raw Normal View History

2023-12-12 17:14:30 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/logo.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>文件收集</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href='https://unpkg.com/element-plus@2.4.2/dist/index.css'>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>