-
Notifications
You must be signed in to change notification settings - Fork 0
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
GithubAction
committed
May 6, 2024
0 parents
commit a475cfa
Showing
25 changed files
with
317 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,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/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/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="/hex-logo-center.png" alt="六角學院" width="50" height="50"> | ||
</div> | ||
</div> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/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> |
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 @@ | ||
rpg-assistant.hexschool.com |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 @@ | ||
.reply .ql-editor{height:150px} |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 @@ | ||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,26 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh-Hant-TW" data-bs-theme="light"> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" href="/hex-logo-center.png" /> | ||
<meta property="og:title" content="助教系統 | 六角學院"> | ||
<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>助教系統 | 六角學院</title> | ||
<script type="module" crossorigin src="/assets/index.7fbd3aa7.js"></script> | ||
<link rel="stylesheet" href="/assets/index.97e79048.css"> | ||
</head> | ||
|
||
<body> | ||
<noscript> | ||
<strong>請啟用 JavaScript,否則 HexSchool 將會無法正常運作。</strong> | ||
</noscript> | ||
<div id="app"></div> | ||
|
||
</body> | ||
|
||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.