Skip to content

Commit

Permalink
deploy with Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
GithubAction committed Mar 19, 2024
0 parents commit cb00400
Show file tree
Hide file tree
Showing 132 changed files with 541 additions and 0 deletions.
69 changes: 69 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<!DOCTYPE html>
<html lang="zh-Hant-TW" data-bs-theme="light">

<head>
<meta charset="UTF-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
<link rel="icon" href="/favicon/favicon.ico" />
<meta property="og:title" content="404 |六 角學院">
<meta property="og:description" content="一次付費,終身複習,隨著時代更新的線上數位教材,透過國際知名 Udemy 線上教育平台,我們致力於優化程式教育的流程。">
<meta property="og:image" content="/12888559_608979252584725_2061282693707058663_o.png">
<meta property="og:site_name" content="六角學院">
<meta property="og:locale" content="zh_TW">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>404 Not Found | 六角學院</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
</head>
<style>
html, body {
max-height: 100vh;
min-height: 90vh;
display: flex;
justify-content: center;
align-items: center;
background-color: #272626;
}
</style>
<body>

<div class="container text-white">
<div class="text-center display-1">
<i class="bi bi-exclamation-octagon"></i>
<h1>404 Not Found</h1>
<p class="h4 mb-5">Oops!你似乎迷路了</p>
</div>
<div class="h4">
<p>錯誤說明:</p>
<p>這個頁面可能不存在</p>
</div>

<div class="mt-5 h5">
你可以點此 <a href="https://rpg.hexschool.com/#/" class="text-white">回到首頁</a>,或等待 <span id="countdown">5</span> 秒後自動跳轉。
</div>

<div class="text-center mt-5">
<img src="/images/hex-logo-center.png" alt="六角學院" width="50" height="50">
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>

<script>
let countdown = 5;
let countdownEl = document.getElementById('countdown');
let timer = setInterval(() => {
countdown--;
countdownEl.textContent = countdown;
if (countdown === 0) {
clearInterval(timer);
window.location.href = 'https://rpg.hexschool.com/#/';
}
}, 1000);
</script>
</body>
</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-hex-user.hexschool.io
1 change: 1 addition & 0 deletions assets/Board-MYsoI5pY.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/Board-XyUPkDrb.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/CheckWelcome-JaGgzZw1.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/Dashboard-DGJDHuSl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/Dashboard-JcusYLa8.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/Github-Iv6OGQhZ.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added assets/KaTeX_AMS-Regular-0YIAJWTb.ttf
Binary file not shown.
Binary file added assets/KaTeX_AMS-Regular-UIXRTGNW.woff2
Binary file not shown.
Binary file added assets/KaTeX_AMS-Regular-zJvWDgGp.woff
Binary file not shown.
Binary file added assets/KaTeX_Caligraphic-Bold-6vyEfazt.woff2
Binary file not shown.
Binary file added assets/KaTeX_Caligraphic-Bold-AE18XbF9.ttf
Binary file not shown.
Binary file added assets/KaTeX_Caligraphic-Bold-RIlxi71x.woff
Binary file not shown.
Binary file added assets/KaTeX_Caligraphic-Regular-4uo0fsfh.woff2
Binary file not shown.
Binary file added assets/KaTeX_Caligraphic-Regular-MF_e1AYw.ttf
Binary file not shown.
Binary file added assets/KaTeX_Caligraphic-Regular-k0QPq0y-.woff
Binary file not shown.
Binary file added assets/KaTeX_Fraktur-Bold-XZxETTVq.ttf
Binary file not shown.
Binary file added assets/KaTeX_Fraktur-Bold-bAz-dThZ.woff
Binary file not shown.
Binary file added assets/KaTeX_Fraktur-Bold-i-oP291Y.woff2
Binary file not shown.
Binary file added assets/KaTeX_Fraktur-Regular-8XXOHEfX.woff
Binary file not shown.
Binary file added assets/KaTeX_Fraktur-Regular-gf8Lq3rE.ttf
Binary file not shown.
Binary file added assets/KaTeX_Fraktur-Regular-k2IhepQP.woff2
Binary file not shown.
Binary file added assets/KaTeX_Main-Bold-CZtwCMuf.woff
Binary file not shown.
Binary file added assets/KaTeX_Main-Bold-MGqDlVzd.ttf
Binary file not shown.
Binary file added assets/KaTeX_Main-Bold-sffOiHVw.woff2
Binary file not shown.
Binary file added assets/KaTeX_Main-BoldItalic-88TzJhul.ttf
Binary file not shown.
Binary file added assets/KaTeX_Main-BoldItalic-8QydwDku.woff2
Binary file not shown.
Binary file added assets/KaTeX_Main-BoldItalic-EqUi0SPe.woff
Binary file not shown.
Binary file added assets/KaTeX_Main-Italic-DVgO3ulm.woff2
Binary file not shown.
Binary file added assets/KaTeX_Main-Italic-N1npxqDf.ttf
Binary file not shown.
Binary file added assets/KaTeX_Main-Italic-TCzgZvdR.woff
Binary file not shown.
Binary file added assets/KaTeX_Main-Regular-6_eCWgYQ.woff
Binary file not shown.
Binary file added assets/KaTeX_Main-Regular-MqWbzbVV.ttf
Binary file not shown.
Binary file added assets/KaTeX_Main-Regular-dtjb4qKe.woff2
Binary file not shown.
Binary file added assets/KaTeX_Math-BoldItalic-ImPtsMme.woff
Binary file not shown.
Binary file added assets/KaTeX_Math-BoldItalic-d10o37uD.ttf
Binary file not shown.
Binary file added assets/KaTeX_Math-BoldItalic-mZ7zbAmZ.woff2
Binary file not shown.
Binary file added assets/KaTeX_Math-Italic-H5Tq_9FA.ttf
Binary file not shown.
Binary file added assets/KaTeX_Math-Italic-LedwBEzP.woff2
Binary file not shown.
Binary file added assets/KaTeX_Math-Italic-wNP_z16f.woff
Binary file not shown.
Binary file added assets/KaTeX_SansSerif-Bold-2yISjogg.woff
Binary file not shown.
Binary file added assets/KaTeX_SansSerif-Bold-9bFEtBg9.woff2
Binary file not shown.
Binary file added assets/KaTeX_SansSerif-Bold-hTHqZ76u.ttf
Binary file not shown.
Binary file added assets/KaTeX_SansSerif-Italic-Azdo-3Wm.woff
Binary file not shown.
Binary file added assets/KaTeX_SansSerif-Italic-GGIydc0p.ttf
Binary file not shown.
Binary file added assets/KaTeX_SansSerif-Italic-tx9FahgZ.woff2
Binary file not shown.
Binary file added assets/KaTeX_SansSerif-Regular-TaO4USHJ.ttf
Binary file not shown.
Binary file added assets/KaTeX_SansSerif-Regular-kun6lKiW.woff
Binary file not shown.
Binary file added assets/KaTeX_SansSerif-Regular-wwQp5Se8.woff2
Binary file not shown.
Binary file added assets/KaTeX_Script-Regular--ckFYqpa.woff
Binary file not shown.
Binary file added assets/KaTeX_Script-Regular-98CFnxev.woff2
Binary file not shown.
Binary file added assets/KaTeX_Script-Regular-uSZBlqPg.ttf
Binary file not shown.
Binary file added assets/KaTeX_Size1-Regular-27J7nvyK.ttf
Binary file not shown.
Binary file added assets/KaTeX_Size1-Regular-Jgg_JgPA.woff2
Binary file not shown.
Binary file added assets/KaTeX_Size1-Regular-tfebZ-uE.woff
Binary file not shown.
Binary file added assets/KaTeX_Size2-Regular-8uHcfdJu.woff2
Binary file not shown.
Binary file added assets/KaTeX_Size2-Regular-KA9bXP1N.woff
Binary file not shown.
Binary file added assets/KaTeX_Size2-Regular-e4ClFoQr.ttf
Binary file not shown.
Binary file added assets/KaTeX_Size3-Regular-4KV7NJM_.ttf
Binary file not shown.
Binary file added assets/KaTeX_Size3-Regular-k6uTKqBB.woff
Binary file not shown.
Binary file added assets/KaTeX_Size4-Regular-1hQb9ONy.ttf
Binary file not shown.
Binary file added assets/KaTeX_Size4-Regular-5eZcWcVX.woff2
Binary file not shown.
Binary file added assets/KaTeX_Size4-Regular-RfuIJGSk.woff
Binary file not shown.
Binary file added assets/KaTeX_Typewriter-Regular-9yG-_x36.ttf
Binary file not shown.
Binary file added assets/KaTeX_Typewriter-Regular-juq-IZ9c.woff2
Binary file not shown.
Binary file added assets/KaTeX_Typewriter-Regular-tMUvZjwd.woff
Binary file not shown.
Loading

0 comments on commit cb00400

Please sign in to comment.