-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhelp.html
33 lines (32 loc) · 941 Bytes
/
help.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title> leaf calc帮助文档</title>
</head>
<body>
<a href="leaf studio.html" target="_blank">
<img src="1.png" alt="logo"/>
</a>
<div class="leaf calc帮助文档" style="text-align:center;">
<font size="8">leaf calc帮助文档</font><br />
<br />
<br />
<br />
<br />
<br />
<br />
<font size="6">1.为何我点击了下载却下载不了?</font><br />
<br />
<br />
<font size="5">这可能是因为你的浏览器拦截了下载界面的弹窗,请检查你的浏览器</font><br />
<font size="5">是不是开启了拦截弹窗再进行下载。</font><br />
<br />
<br />
<br />
<hr />
</div>
</body>
</html>