Files
nas-tools/dashboard/frontend/index.html
Gan, Jimmy fce71cfea0
Deploy Dashboard (Dev) / deploy-dev (push) Successful in 1m31s
fix: remove Google Fonts to resolve CSP warning, use system fonts
2026-03-01 17:51:27 +08:00

15 lines
460 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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>