Skip to content

Commit

Permalink
Fix missing landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
knowlet committed Nov 5, 2019
1 parent 8ef8fba commit a0b6128
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions landing.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>

0 comments on commit a0b6128

Please sign in to comment.