25 lines
730 B
HTML
25 lines
730 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<!-- Use your logo as favicon -->
|
|
<link rel="icon" type="image/png" href="/asserts/Logo hexr-2.png" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Hexr Factory Internal Portal</title>
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
|
|
<!-- Your App Logo Visible Inside the App -->
|
|
<!-- <div class="app-logo">
|
|
<img src="/asserts/Logo hexr-2.png" alt="App Logo" />
|
|
</div>
|
|
-->
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|