-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
28 lines (28 loc) · 951 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/jt_circle.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" />
<meta name="twitter:title" property="og:title" itemprop="title name" />
<meta name="twitter:description" property="og:description" itemprop="description" />
<title>Blog | JankariTech</title>
</head>
<body>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '576148587656631',
autoLogAppEvents : true,
xfbml : true,
version : 'v15.0'
});
};
</script>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>