-
Notifications
You must be signed in to change notification settings - Fork 1
/
web.html
28 lines (28 loc) · 1.03 KB
/
web.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
<!DOCTYPE html>
<html lang="zh">
<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>
<!--<body background="background2.jpg"/>-->
<br />
<img src="1.png" width="140" height="165" alt="logo" />
<!--<img src="w1.png" height="100" width="100" align="right" alt="logo"/>-->
<div class="主体" style="text-align:center;">
<font size="8"><b>Leaf calc网页版</b></font><br />
<font size="5">制作者:leafdeveloper by leafstudio</font><br /><br />
<br />
<font size="3">v1.5</font><br /><br /><br />
<a href="calc.html" target="_blank">
<input type="button" value="基础数学计算器" id="jcsxjsq" style="height: 80px;width: 200px" /><br>
</a>
</div>
<hr />
<div class="主体" style="text-align:center;">
<font size="2">Tribute to the hobby that drives us forward<br /><b>By Leaf Studio</b></font>
</div>
</body>
</html>