forked from JUPASCal/JUPASCal.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (22 loc) · 1.25 KB
/
index.html
File metadata and controls
27 lines (22 loc) · 1.25 KB
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
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>2025 JUPAS Excel計分器</title>
</head>
<body>
<h2>若此Excel無法正常使用,請前往
<a href="https://drive.google.com/drive/u/2/folders/1PmyDrmQ2CumbWrqY7NRqa0Ol-M9VnkFz">Google Drive</a>
下載Excel使用。請定期刷新頁面,以使用最新版本。(按F5 - 注意,所有輸入的資料均不會被保存。)
</h2>
<p>
此網上版Excel為Microsoft + Github的免費功能,故此會有最高瀏覽&使用人數限制。如你可以使用電腦Excel,請不要使用此頁面,以留給有需要的同學。
</p>
<div style="display: flex; height: 85%">
<iframe width="100%" height="100%" frameborder="0" scrolling="no" src="https://1drv.ms/x/c/02874402b22fbb6c/IQTUmLmfp-g4RY5PfJHBhf3QAXxGf_OpGH1w8bTs2FW6rak?em=2&AllowTyping=True&wdHideGridlines=True&wdHideHeaders=True&wdDownloadButton=True&wdInConfigurator=True&wdInConfigurator=True"></iframe>
</div>
<div style="display: flex; height: 5%">
<h3 >使用 Ctrl + 滑鼠滾輪 以放大/縮小。 注意,所有輸入的資料均不會被保存。</h3>
</div>
</body>
</html>