-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |