-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 880 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<title>PyCon HK</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="PyCon HK is a python community conference hosting in Hong Kong.">
<meta name="author" content="PyCon HK" >
<meta property="og:title" content="PyCon HK" />
<meta property="og:url" content="http://pycon.hk" />
<meta property="og:description" content="PyCon HK is a python community conference hosting in Hong Kong.">
<meta http-equiv="refresh" content="0; url=http://pycon.hk/2017" />
</head>
<body>
<div>You will be redirected to PyCon HK 2017 front page automatically, or <a href="http://pycon.hk/2017">click here</a> manually.</div>
<script src="/js/ga.js"></script>
</body>
</html>