-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="I‘m a Software engineer. Working with React as my main tech stack"
/>
<link
rel="icon"
href="https://user-images.githubusercontent.com/19600009/190895758-9ab050a6-a617-405d-a69a-0ab30ffc0614.PNG"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Azharie Muhammad ❖ Software Engineer" />
<meta
property="og:description"
content="Father and software engineer, working remotely, sharing knowledge on twitter."
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:title"
content="Azharie Muhammad ❖ Software Engineer"
/>
<meta
property="twitter:description"
content="Father and software engineer, working remotely, sharing knowledge on twitter."
/>
</head>
<body>
<div id="app-root">App is loading...</div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>