hrms-landing/index.html

14 lines
348 B
HTML
Raw Permalink Normal View History

2024-12-16 17:12:39 +07:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2025-02-07 12:45:51 +07:00
<link rel="icon" href="/favicon.ico" />
2024-12-16 17:12:39 +07:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-12-16 18:08:17 +07:00
<title>HRMS - Landing Page</title>
2024-12-16 17:12:39 +07:00
</head>
<body>
<div id="app"></div>
2025-02-07 12:45:51 +07:00
<script type="module" src="/src/main.ts"></script>
2024-12-16 17:12:39 +07:00
</body>
</html>