nf-disk/frontend/index.html
loveuer 1c818daf16 🎉 开始项目
feat: 完成基础界面; 列表展示
todo: uplevel button function
todo: download/upload
2024-10-11 22:24:14 +08:00

14 lines
299 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>nf-disk</title>
</head>
<body>
<div id="root" style="height: 100%"></div>
<script src="./src/main.tsx" type="module"></script>
</body>
</html>