-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
44 lines (44 loc) · 1.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<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="author"
content="Lucas Maciel Francisco ([email protected])"
/>
<meta
name="keywords"
content="HTML, CSS, Javascript, github, react, reactjs, styled components, imask, regex, vite, npm, nodejs, cartão de crédito, luk4x"
/>
<meta
name="description"
content="Desenvolvido no objetivo de mostrar como utilizar o IMask em conjunto com o ReactJS e ajudar um amigo no trabalho."
/>
<meta
property="og:description"
content="Desenvolvido no objetivo de mostrar como utilizar o IMask em conjunto com o ReactJS e ajudar um amigo no trabalho."
/>
<meta property="og:image" content="https://user-images.githubusercontent.com/86276393/206802187-e06022f0-753e-4639-9d41-1f2c3a406ab2.png" />
<meta property="og:title" content="React + IMask" />
<meta property="og:site_name" content="React + IMask" />
<meta property="og:locale" content="pt_BR" />
<meta property="og:type" content="website" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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>IMask in React</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>