-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaths-cache.html
More file actions
74 lines (62 loc) · 3.5 KB
/
maths-cache.html
File metadata and controls
74 lines (62 loc) · 3.5 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
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
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Reference: https://stackoverflow.com/a/43154489 -->
<title>Maths Cache - Practical Maths Notes and Tools</title>
<meta name="description" content="Explore Maths Cache 数学秘籍: Your go-to app for math notes and tools." />
<meta name="image" content="https://vyvee.github.io/logo-maths-cache.png" />
<meta property="og:title" content="Maths Cache - Practical Maths Notes and Tools" />
<meta property="og:description" content="Explore Maths Cache 数学秘籍: Your go-to app for math notes and tools." />
<meta property="og:image" content="https://vyvee.github.io/logo-maths-cache.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="256" />
<meta property="og:image:height" content="256" />
<meta property="og:url" content="https://vyvee.github.io/maths-cache.html" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Ubuntu:wght@700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body class="maths-cache-page">
<div class="container">
<main>
<a href="index.html" class="app-link">Home</a>
<h1>数学秘籍 Maths Cache</h1>
<h2>提供实用的数学笔记和工具,便于参考和复习。<br>Provide practical mathematics notes and tools for easy reference and revision.
</h2>
<div class="app-info language-section">安卓用户 Android Users:</div>
<div class="logo-align">
<!-- Logo next to Google Play badge -->
<img src="/logo-maths-cache.png" alt="Maths Cache Logo" class="logo">
<div>
<a href="https://play.google.com/store/apps/details?id=io.github.vyvee.aerith" target="_blank">
<img src="google-play-badge.png" alt="Get it on Google Play" class="google-play-badge">
</a>
</div>
</div>
<div class="app-info language-section">其他用户 Other Users (including iPhone and iPad):</div>
<div class="logo-align">
<!-- Logo next to Web App button -->
<img src="/mathscache/logo-512.png" alt="Maths Cache Logo" class="logo">
<div>
<a href="https://vyvee.github.io/mathscacheweb/" target="_blank"
class="app-link">数学秘籍(网页应用)<br>Maths
Cache (Web App)</a>
</div>
</div>
<p>(原生iOS应用目前还在开发中。我们建议您暂时使用及安装我们的网页应用。<br>The native iOS app is currently under development. We
recommend using and installing our web app in the meantime.)</p>
<h3>使用网页应用的注意事项 Notes on Using the Web App</h3>
<ul>
<li>需要互联网连接 Requires Internet: 稳定的互联网连接是必要的。A stable internet connection is necessary.</li>
<li>性能 Performance: 相比原生应用,体验可能稍慢但仍具响应性。Expect a responsive, but slightly slower experience than native
apps.</li>
</ul>
</main>
</div>
<div class="footer">
© 2024-2025 Vee Voon Yee. All rights reserved. 版权所有.
</div>
</body>
</html>