-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (28 loc) · 1.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/web.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- HTML Meta Tags -->
<title>The Web without Answers</title>
<meta name="description" content="ไม่รู้ ไม่มี ไม่หนี ไม่จ่าย">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://answers.tinarskii.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="The Web without Answers">
<meta property="og:description" content="ไม่รู้ ไม่มี ไม่หนี ไม่จ่าย">
<meta property="og:image" content="https://pbs.twimg.com/media/F3fPf2mbAAAbb_y?format=jpg&name=900x900">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="answers.tinarskii.com">
<meta property="twitter:url" content="https://answers.tinarskii.com/">
<meta name="twitter:title" content="The Web without Answers">
<meta name="twitter:description" content="ไม่รู้ ไม่มี ไม่หนี ไม่จ่าย">
<meta name="twitter:image" content="https://pbs.twimg.com/media/F3fPf2mbAAAbb_y?format=jpg&name=900x900">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>