2021/public/index.html
2021-01-20 16:58:36 +08:00

29 lines
1.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta property="og:title" content="SITCON 2021 學生計算機年會 | Students' Information Technology Conference" />
<meta property="og:description" content="奠基於今日的科技成果貢獻明日的資訊未來SITCON 2021「算盤的後裔」現正徵稿中" />
<meta property="og:url" content="https://sitcon.org/2021/" />
<meta property="og:image" content="<%= BASE_URL %>OG-image.png" />
<meta property="og:type" content="website" type="image/x-icon">
<meta property="og:site_name" content="SITCON 2021 學生計算機年會 | Students' Information Technology Conference" />
<link rel="icon" href="<%= BASE_URL %>sitcon-logo.png">
<title>SITCON 學生計算機年會 2021</title>
<noscript>{{{ %GA_TEMPLATE% }}}</noscript>
</head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>