-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
22 lines (21 loc) · 929 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
<!DOCTYPE html>
<html>
<!--
DO NOT DELETE THIS FILE OR ADD IT INTO GITIGNORE
this file will automatically replace `index.html` as this landing page after building
Edit meta content as you needed
-->
<head>
<link rel="icon" type="image/png" href="https://tdoh-conf.online/2019/static/img/logo-big.png" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta property="og:title" content="TDOH Conf 2019" />
<meta property="og:description" content="駭客地下城" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tdoh-conf.online/2019" />
<meta property="og:image" content="https://tdoh-conf.online/2019/static/img/logo-big.png" />
<meta http-equiv="refresh" content="0; url=https://tdoh-conf.online/2019">
<title>TDOH Conf 2019</title>
</head>
</html>