[merge] dev and cfpMain
This commit is contained in:
BIN
public/OG-image.png
Normal file
BIN
public/OG-image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 108 KiB |
27
public/index.html
Normal file
27
public/index.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="">
|
||||
|
||||
<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="算盤的後裔" />
|
||||
<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>
|
||||
</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>
|
||||
BIN
public/sitcon-logo.png
Normal file
BIN
public/sitcon-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user