-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
42 lines (39 loc) · 1.73 KB
/
about.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
<html data-scheme="dark">
<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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocas/4.1.0/tocas.min.css">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap"
rel="stylesheet">
<title>模擬測驗系統</title>
</head>
<body>
<div class="ts-content is-secondary is-fitted">
<div class="ts-container is-narrow">
<div class="ts-tab">
<a href="index.html" class="item">首頁</a>
<a href="exam.html" class="item">測驗 (普通)</a>
<a href="exam2.html" class="item">測驗 (專業)</a>
<a href="about.html" class="item is-active">關於</a>
</div>
</div>
</div>
<div class="ts-content is-center-aligned is-vertically-very-padded" style="background: var(--ts-gray-50)">
<div class="ts-space"></div>
<div class="ts-container is-narrow">
<div class="ts-header is-center-aligned is-huge is-heavy">簡易模擬測驗系統</div>
<div class="ts-text is-secondary">
遙控無人機學科測驗題庫<br>(非屆期換證普通+專業)
</div>
</div>
</div>
<div class="ts-content" style="width: 50%; min-width: 300px; max-width: 600px; margin: 0 auto;">
<div class="ts-row">
<div class="ts-center">
這個專案的原始碼 <a href="https://github.com/LianSheng197/droneQDB" target="_blank">https://github.com/LianSheng197/droneQDB</a>
</div>
</div>
</div>
</body>
</html>