-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (65 loc) · 2.87 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="zh-Hant-TW" class="is-dark">
<head>
<!-- 網頁標題和語系 -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>CodeRyo 碼凌</title>
<link rel="icon" type="img/icon" href="assets/img/favicon.ico">
<!-- 網頁資訊 -->
<meta name="description" content="CodeRyo 碼凌 - Let the future more than the future.">
<meta name="author" content="CodeRyo">
<meta property="og:title" content="CodeRyo 碼凌">
<meta property="og:description" content="CodeRyo 碼凌數位科技 - Let the future more than the future.">
<meta property="og:image" content="https://www.coderyo.com/assets/img/coderyo.jpg">
<meta property="og:image:width" content="500">
<meta property="og:image:height" content="500">
<meta property="og:url" content="https://www.coderyo.com">
<meta property="og:type" content="website">
<!-- 引入 CSS -->
<link rel="stylesheet" href="./assets/css/style.css">
<!-- 引入字型 -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap" rel="stylesheet" />
<!-- 套用 TocasUI -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocas/4.2.5/tocas.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocas/4.2.5/tocas.min.js"></script>
</head>
<body class="has-dark">
<!-- 頂部列 -->
<div class="ts-content is-vertically-padded">
<div class="has-flex-center">
<div class="ts-text is-heavy is-massive">CodeRyo 碼凌數位科技</div>
<div class="ts-description">Let the future more than the future.</div>
</div>
</div>
<!-- 維護中 -->
<div class="ts-container is-very-narrow">
<div class="ts-box">
<div class="ts-content">
<p>CodeRyo 官方網站目前仍在維護中,將自動跳轉至 KageRyo 個人網站。</p>
</div>
<div class="symbol">
<span class="ts-icon is-circle-exclamation-icon"></span>
</div>
</div>
</div>
<!-- 跳轉 -->
<script>
setTimeout(function () {
window.location.href = "https://kageryo.coderyo.com";
}, 5000);
</script>
<!-- 底部列 -->
<div class="ts-divider has-top-spaced-large"></div>
<div class="ts-content is-secondary is-vertically-very-padded">
<div class="ts-container">
<div class="ts-center">
<div class="ts-header is-heavy">CodeRyo 官方網站</div>
<a href="https://github.com/CodeRyoDeveloper/" class="item">© 2023-2024 CodeRyo 碼凌數位科技</a>
</div>
</div>
</div>
</body>
</html>