-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (93 loc) · 3.58 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html>
<head>
<title>GeoGebra Embedded</title>
<meta name=viewport content="width=device-width,initial-scale=1">
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:[email protected]&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
body {
background-color: #000;
color: #fff;
font-family: 'Ubuntu Light', "Noto Sans SC";
margin: 0;
padding: 0;
}
#beautiful_click {
margin-top: 32px;
height: 40px;
}
#beautiful_click a {
text-decoration: none;
background: #6557D2;
color: #ffffff;
padding: 10px 30px 10px 30px;
font-size: 20px;
font-family: Ubuntu, "Ubuntu Light", Arial, Helvetica, Verdana, sans-serif;
font-weight: normal;
border-radius: 4px;
-webkit-transition: all linear 0.30s;
-moz-transition: all linear 0.30s;
transition: all linear 0.30s;
}
#beautiful_click a:hover {
background: #8383d6;
}
</style>
</head>
<body bgcolor=#ffffff>
<div id="beautiful_click">
<font color="black">
<center>
<font face="Ubuntu Light">
<h1>GeoGebra Embedded</h1>
</font>
</font>
<div id="start">
<a id="v5" href="v5.html">启动 GeoGebra 5</a>
<script src="src/adapter1.js"></script>
<a id="v6" href="v6.html">启动 GeoGebra 6</a>
<script src="src/adapter1.js"></script>
<br>
<br>
<a id="download" href="ggbpage.zip">按原样下载此网站以供自托管 (12.8MB, 解压后 48.4MB)</a>
<script src="src/adapter1.js"></script>
<a id="doc" href="simpdoc.html">简要的网站嵌入文档</a>
</div><br>
<font face="Ubuntu Light">
<div id="footer">
<script src="src/adapter2.js"></script>
可通过 iframe 将 GeoGebra 图形嵌入到其他页面上, 详阅 MDN 与 GeoGebra 相关文档<br>
注意: 你的浏览器性能决定了计算性能<br>
建议使用 Safari、Chromium 或 Firefox Quantum 浏览此页面<br>
本站极不推荐 Internet Explorer 与 Edge Legacy<br>
所有数据都保存在本地(登录后的数据可能会保存在 GeoGebra 的服务器中), 刷新后数据可能会清零, 请及时保存<br>
此页面并非 GeoGebra 的官方页面<br>
此项目不含任何担保与额外支持, 亦不承担任何责任<br>
注意: 按原样下载此网站以供自托管功能未更改此项目域名与绝对路径<br>
你使用该项目即被视为同意以上条款<br>
核心源代码来自 GeoGebra 项目<br>
网页制作: @david-ajax<br>
此页面的源代码已托管至 GitHub<br>
此项目不使用 JAVA, 但要求启用 Web 浏览器的 JavaScript<br>
COPYLEFT 2019 Wang Zhiyu. 不保留所有权.<br>
<div id="foot"><br>
<script src="src/adapter1.js"></script><script src="src/adapter1.js"></script>
<a id="os" href="https://github.com/david-ajax/ggb_online">查看此页面的源代码</a>
<script src="src/adapter1.js"></script>
<a id="osggb" href="https://github.com/geogebra">查看 GeoGebra 项目的源代码</a>
</div><br>
</div>
</font>
</font>
<br>
</center>
</body>
</html>