Update app/index.html
This commit is contained in:
@@ -2,14 +2,23 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🏭</text></svg>" />
|
||||
<!-- 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>
|
||||
</parameter>
|
||||
Reference in New Issue
Block a user