Skip to content

Commit 10f20aa

Browse files
authored
Create index.html
1 parent 988c2f5 commit 10f20aa

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

index.html

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>g4o2.me</title>
7+
<link rel="stylesheet" href="./styles.css" />
8+
<!-- <meta name="description" content="Hu Kai-Hsiang's website" />
9+
<meta
10+
name="keywords"
11+
content="portfolio website, personal website, Hu Kai-Hsiang, g4o2, maxhu, maxhu787"
12+
/>
13+
<link rel="author" href="https://github.com/Maxhu787/" />
14+
<link rel="canonical" href="https://g4o2.eu.org" />
15+
16+
<meta property="og:url" content="https://g4o2.eu.org" />
17+
<meta
18+
property="og:image"
19+
content="https://raw.githubusercontent.com/Maxhu787/maxhu787.github.io/refs/heads/main/favicon/favicon-96x96.png"
20+
/>
21+
<meta property="og:description" content="Hu Kai-Hsiang's website" />
22+
<meta property="og:title" content="Hu Kai-Hsiang" />
23+
<meta property="og:site_name" content="Hu Kai-Hsiang" />
24+
<meta property="og:see_also" content="https://github.com/Maxhu787/" />
25+
26+
<meta itemprop="name" content="Hu Kai-Hsiang" />
27+
<meta itemprop="description" content="Hu Kai-Hsiang's website" />
28+
<meta
29+
itemprop="image"
30+
content="https://raw.githubusercontent.com/Maxhu787/hu-kaixiang/main/assets/images/shrug.png"
31+
/>
32+
33+
<link
34+
rel="icon"
35+
type="image/png"
36+
href="/favicon/favicon-96x96.png"
37+
sizes="96x96"
38+
/>
39+
<link rel="icon" type="image/svg+xml" href="/favicon/favicon.svg" />
40+
<link rel="shortcut icon" href="/favicon/favicon.ico" />
41+
<link
42+
rel="apple-touch-icon"
43+
sizes="180x180"
44+
href="/favicon/apple-touch-icon.png"
45+
/>
46+
<meta name="apple-mobile-web-app-title" content="Hu Kai-Hsiang" />
47+
<link rel="manifest" href="/favicon/site.webmanifest" /> -->
48+
</head>
49+
<body>
50+
<div>
51+
<h1>Welcome to <a href="https://g4o2.me">g4o2.me</a></h1>
52+
</div>
53+
</body>
54+
</html>

0 commit comments

Comments
 (0)