-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (28 loc) · 1.41 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
<!doctype html>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CH3EYW065E"></script>
<script>window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-CH3EYW065E');</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="author" content="Davinder Singh">
<meta name="description" content="Davinder Singh - passionate software developer">
<meta name="keywords"
content="Davinder Singh, Davinder Singh portfolio, exploorex, 8Bit1Byte, davinder iit roorkee">
<meta name="robots" content="index,follow">
<meta property="og:title" content="Davinder Singh">
<meta property="og:type" content="website">
<meta property="og:description" content="Davinder Singh - passionate software developer">
<link rel="icon" type="image/png" href="favicon-128.png" sizes="128x128" />
<title>Davinder Singh</title>
</head>
<body>
<div id="root"></div><noscript>Davinder likes JavaScript but your system doesn't support it. Therefore his
portfolio can't be displayed.<br />If you would like to have a look at my résumé, <a
href="/resume.pdf">here</a> is the link to it.</noscript>
<script src="bundle.js"></script>
</body>
</html>