Skip to content

Commit

Permalink
deploy: 2543a57
Browse files Browse the repository at this point in the history
  • Loading branch information
denny0223 committed Oct 15, 2024
0 parents commit a07f6ed
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
l.sitcon.org
1 change: 1 addition & 0 deletions assets/css/style.css

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions template/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>自定義標題</title>
<meta name="description" content="自定義描述">
<meta property="og:title" content="自定義標題">
<meta property="og:description" content="自定義描述">
<meta property="og:image" content="https://sitcon.org/branding/assets/logos/withname.png">
<meta http-equiv="refresh" content="0;url=https://sitcon.org/">
</head>
<body>
<p>Redirecting to <a href="https://sitcon.org/">https://sitcon.org/</a>...</p>
</body>
</html>

0 comments on commit a07f6ed

Please sign in to comment.