-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (56 loc) · 1.66 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
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="./1x/logo.svg" />
</head>
<body>
<div class="backdoor hide">
<button class="backdoor">
<svg
version="1.1"
id="ios7_x5F_arrows_1_"
xmlns="http://www.w3.org/2000/svg"
x="0"
y="0"
viewBox="0 0 128 128"
style="enable-background: new 0 0 128 128"
xml:space="preserve">
<style>
.st0 {
display: none;
}
.st1 {
display: inline;
}
</style>
<g id="_x32_8_1_">
<path
d="M78.1 0v6.2c22.4 0 40.5 18.2 40.5 40.6s-18.1 40.6-40.5 40.6H17.9l27.9-28-4.5-4.5L5.5 90.8l36 36.2 4.5-4.5-28.8-28.9h60.9c25.8 0 46.7-21 46.7-46.8S103.9 0 78.1 0z"
id="icon_13_" />
</g>
</svg>
</button>
</div>
<div class="contanerbtn">
<button class="butens btn1">manual</button>
<button class="butens btn2">auto</button>
</div>
<!-- box's -->
<div class="boxparenret hide">
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
</div>
<script src="./script.js"></script>
</body>
</html>