Files
poshmanager/index.html
2026-06-25 12:05:53 -05:00

17 lines
624 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet" />
<title>POSHManager</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/client/src/main.js"></script>
</body>
</html>