-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (44 loc) · 2.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="application-name" content="Shehroze Ahmad"/>
<meta name="apple-mobile-web-app-title" content="Shehroze Ahmad"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="shortcut icon" href="src/assets/favImg.jpg" type="image/x-icon">
<link href="https://api.fontshare.com/v2/css?f[]=clash-grotesk@400&display=swap" rel="stylesheet">
<script type="text/javascript">
(function(l) {
if (l.search[1] === '/' ) {
var decoded = l.search.slice(1).split('&').map(function(s) {
return s.replace(/~and~/g, '&')
}).join('?');
window.history.replaceState(null, null,
l.pathname.slice(0, -1) + decoded + l.hash
);
}
}(window.location))
</script>
<title>Shehroze Ahmad - Pakistani Front-End Developer</title>
<meta name="robots" content="index, follow"/>
<meta name="author" content="Shehroze Ahmad"/>
<meta name="generator" content="Shehroze Ahmad"/>
<meta name="description" content="Shehroze Ahmad is a Frontend Developer based in Pakistan."/>
<link rel="canonical" href="https://shehroze1995.github.io/portfolio/"/>
<meta property="og:locale" content="de_de"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="Shehroze Ahmad - Pakistani Frontend Developer"/>
<meta property="og:description" content="Shehroze Ahmad is a Frontend Developer based in Pakistan."/>
<meta property="og:url" content="https://shehroze1995.github.io/portfolio/"/>
<meta property="og:site_name" content="Shehroze Ahmad"/>
<meta property="og:image" content="https://shehroze1995.github.io/portfolio/assets/favImg-v2hrzBAv.jpg"/>
<meta property="og:image:type" content="image/png"/>
<meta property="og:image:width" content="241"/>
<meta property="og:image:height" content="241"/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>