Files
rack-planner/client/index.html

14 lines
392 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>RackMapper</title>
<meta name="description" content="Network rack planner and service mapper" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>