proxmox_choose_page/index.html
2025-03-31 23:43:55 +02:00

13 lines
387 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/img/proxmox-removebg-preview.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Proxmox Dashboard</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>