-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
20 lines (20 loc) · 1.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0;https://gocon.jp/2024" />
<meta property="og:site_name" content="Go Conference 2024" />
<meta property="og:title" content="Go Conference 2024" />
<meta property="og:description" content="Go Conference is a conference for Go programming language users." />
<meta property="og:url" content="https://gocon.jp/2024" />
<meta property="og:image" content="https://gocon.jp/2024/og_image_lg.png" />
<meta property="og:type" content="website" />
<meta property="twitter:card" content="summary" />
<meta property="twitter:url" content="https://gocon.jp/2024" />
<meta property="twitter:title" content="Go Conference 2024" />
<meta property="twitter:description" content="Go Conference is a conference for Go programming language users." />
<meta property="twitter:image" content="https://gocon.jp/2024/og_image_md.png" />
<title>Go Conference 2024</title>
</head>
<body></body>
</html>