<!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>