-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (37 loc) · 1.5 KB
/
index.html
File metadata and controls
38 lines (37 loc) · 1.5 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<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=Inter+Tight:ital,wght@0,900;1,900&display=swap"
rel="stylesheet"
/>
<link rel="canonical" href="https://a1x5h04.pages.dev/" />
<meta
name="google-site-verification"
content="aGCczkdg33gXb5zSjgrkPaCpkwGj32oo3ckRc3PsbbY"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Alish - Portfolio" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://a1x5h04.is-a.dev" />
<meta
name="description"
content="Discover my website where I showcase my best works and my skills. Connect me through my social media"
/>
<meta
name="keywords"
content="Portfolio, website, Alish, A1X5H04, a1x5h04, Web Developer, React Developer, Hire Developer, Next JS Developer, Near Me"
/>
<title>Alish - Porfolio</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>