Files
nas-tools/dashboard/frontend/index.html
T
Gan, Jimmy 5998df6fec
Deploy Dashboard (Dev) / Deploy to Dev (push) Failing after 1m46s
feat: add iPhone landscape action buttons for fullscreen terminal
2026-04-22 01:42:49 +08:00

15 lines
480 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta name="description" content="Personal NAS Dashboard — manage Docker, Git repos, files, and media from one place">
<title>NAS Dashboard</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>