-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.html
43 lines (43 loc) · 2.38 KB
/
module.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Tools - []</title>
<style>
* {
padding: 0;
margin: 0;
}
body {
min-height: 300px;
}
input,textarea {
border: #08C 1px solid;
height: 20px;
border-radius: 2px;
font-size: 16px;
padding: 1%;
text-align: center;
}
button {
border: none;
padding: 10px;
color: white;
border-radius: 2px;
background: #08C;
}
</style>
</head>
<body>
<p style="color: white;background: #08C;padding: 1%;font-size: 50px;">
<svg onclick="location.href = 'build.html'" title="返回主页" style="width: 50px;" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M1012.772284 457.405591L534.61302 73.387427a31.958876 31.958876 0 0 0-9.147334-6.402827 31.847336 31.847336 0 0 0-8.875134-2.63399 32.235169 32.235169 0 0 0-6.124488-0.292665 31.865755 31.865755 0 0 0-21.079084 9.330506L9.862625 457.151811c-12.489452 12.489452-12.489452 32.737612 0 45.227064 12.489452 12.489452 32.737612 12.489452 45.227064 0l72.853262-58.303894v483.414965c0 17.662265 14.3181 31.980365 31.980365 31.980365H415.765215c8.831132 0 16.826224-3.579525 22.613021-9.367345a32.116465 32.116465 0 0 0 5.507434-7.369851 31.833009 31.833009 0 0 0 3.85991-15.244192V575.960731h127.921462v351.528192a31.836079 31.836079 0 0 0 4.63046 16.5837c5.608741 9.231245 15.759939 15.397688 27.349905 15.397688H863.49033c17.662265 0 31.980365-14.3181 31.980365-31.980365V444.748317l72.075549 57.885361c12.489452 12.489452 32.737612 12.489452 45.227064 0s12.488429-32.738635-0.001024-45.228087zM831.508941 895.509581H639.627772V543.980365c0-17.662265-14.3181-31.980365-31.980365-31.980365H415.765215c-17.662265 0-31.980365 14.3181-31.980365 31.980365v351.529216H191.902658V392.886135l320.057433-256.141728 319.54885 256.635985v502.129189z" fill="#ffffff"></path></svg>
Tools - []
</p>
<div style="width: 98%;padding: 1%">
<script>
</script>
<h2>使用说明</h2>
<div></div>
</div>
</body>
</html>