system-dashboard-frontend
Version:
frontend for the system dashboard
20 lines (19 loc) • 895 B
HTML
<html lang="en">
<head>
<meta charset="utf8" />
<script src="./main.mjs" type="module"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="application-name" content="System Dashboard" />
<meta name="apple-mobile-web-app-title" content="System Dashboard" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="mobile-web-app-capable" content="yes" />
<title>System Dashboard</title>
<link rel="icon" href="images/icon.ico" type="image/x-icon" />
<link rel="icon" href="images/icon.svg" type="image/svg+xml" sizes="any" />
<link rel="apple-touch-icon" href="images/icon.png" />
<link rel="stylesheet" href="./index.css" />
<link rel="manifest" href="manifest.webmanifest" />
</head>
</html>