-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
30 lines (27 loc) · 998 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
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<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" />
<title>TDOH Conf 2019</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-106534345-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments)
};
gtag('js', new Date());
gtag('config', 'UA-106534345-1');
</script>
</head>
<body>
<div id="app"></div>
</body>
</html>