-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (30 loc) · 1.42 KB
/
Copy pathindex.html
File metadata and controls
33 lines (30 loc) · 1.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; URL=https://home.arttham.com" />
<!-- HTML Meta Tags -->
<title>Arthur Tham</title>
<meta name="description" content="The official site of Arthur Tham" />
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Arthur Tham" />
<meta itemprop="description" content="The official site of Arthur Tham" />
<meta itemprop="image" content="https://www.arttham.com/img/arthur_cartoon_head.jpg" />
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://www.arttham.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Arthur Tham" />
<meta property="og:description" content="The official site of Arthur Tham" />
<meta property="og:image" content="https://www.arttham.com/img/arthur_cartoon_head.jpg" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Arthur Tham" />
<meta name="twitter:description" content="The official site of Arthur Tham" />
<meta name="twitter:image" content="https://www.arttham.com/img/arthur_cartoon_head.jpg" />
</head>
<body>
<h1>Arthur Tham</h1>
<p>The official site of Arthur Tham.</p>
<p>Click on this link if you're not redirected: <a href="https://home.arttham.com">home.arttham.com</a></p>
</body>
</html>