2024-09-26 17:54:14 +08:00
|
|
|
<!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>
|
2024-10-09 18:01:55 +08:00
|
|
|
<div id="root" style="height: 100%"></div>
|
2024-09-26 17:54:14 +08:00
|
|
|
<script src="./src/main.tsx" type="module"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|