-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
19 lines (19 loc) · 1.14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://raw.githubusercontent.com/Luk4x/user-register-interface/main/public/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Lucas Maciel (@Luk4x/@lu_k4x)" />
<meta name="description" content="O iManager é uma Web plataforma de gerenciamento de custos que visa auxiliar a sua gestão empresarial." />
<meta name="keywords" content="HTML, CSS, Javascript, JS, React, ReactJS, JSON-Server, React-icons, React Router DOM, Yarn, Vite, iManager, gestão empresarial, custos," />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap" rel="stylesheet" />
<title>iManager</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>