-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (50 loc) · 1.86 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
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Welcome to my World!" />
<meta
name="keywords"
content="zJaaal, Jalinson Diaz, developer, frontend developer, fullstack developer"
/>
<meta name="author" content="Jalinson Diaz" />
<meta property="og:title" content="zJaaal Developer" />
<meta property="og:type" content="Website" />
<meta
property="og:image"
content="https://avatars.githubusercontent.com/u/63567962?v=4"
/>
<meta property="og:description" content="Welcome to my World!" />
<link
rel="icon"
type="image/icon"
href="https://img.icons8.com/tiny-color/344/experimental-code-tiny-color.png"
/>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<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=M+PLUS+Rounded+1c:wght@300;400;500;700&family=Source+Code+Pro:wght@400;600;700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,400;0,600;0,700;1,400;1,700&family=M+PLUS+Rounded+1c:wght@300;400;500;700&family=Source+Code+Pro:wght@400;600;700&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/d34ae7d623.js"
crossorigin="anonymous"
></script>
<title>zJaaal Developer</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>