-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (33 loc) · 1.3 KB
/
index.html
File metadata and controls
37 lines (33 loc) · 1.3 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
<!doctype html>
<html lang="en">
<head>
<title>Arsharaj Chauhan | Software Engineer</title>
<meta charset="utf-8" />
<meta name="robots" content="index, follow" />
<meta name="author" content="Arsharaj Chauhan" />
<meta name="description" content="Trying to keep things simple" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Arsharaj Chauhan" />
<meta property="og:title" content="Arsharaj Chauhan | Software Engineer" />
<meta property="og:description" content="Trying to keep things simple" />
<meta property="og:url" content="https://arsharaj.github.io" />
<meta
property="og:image"
content="https://arsharaj.github.io/screenshot.png"
/>
<base target="_blank" />
<link rel="icon" href="./favicon.ico" />
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<main>
<h1>Arsharaj Chauhan</h1>
<h2>Software Engineer</h2>
<blockquote>Simple is complex enough at scale 😉</blockquote>
<a href="https://github.com/arsharaj">Github</a> |
<a href="https://in.linkedin.com/in/arsharaj">LinkedIn</a> |
<a href="https://leetcode.com/u/arsharaj">LeetCode</a>
</main>
</body>
</html>