-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (57 loc) · 2.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>calculator</title>
<link rel="icon" href="images/logo.jpg">
<link rel="stylesheet" href="css/stylesheet.css">
<link rel="stylesheet" href="css/stylesheet.css">
<link rel="js" href="A.js">
<link rel="php" href="B.php">
</head>
<body>
<div id="calculator">
<div id="gray">
<div id="black">
<div class="monitor">
<input type="number" class="input">
</div>
</div>
</div>
<div id="silver">
<input type="range" class="input-range">
<input type="range" class="input-range1">
<button class="b00-0 andaze-dokmeha">00 - 0</button>
<button class="sefrkardan">ON / C</button>
<button class="andaze-dokmeha mrc">MRC</button>
<button class="andaze-dokmeha">M-</button>
<button class="andaze-dokmeha">M+</button>
<button class="andaze-dokmeha autoreplay">AUTO REPLAY</button>
<button class="andaze-dokmeha check">CHECK</button>
<button class="andaze-dokmeha check">CHECK</button>
<button class="andaze-dokmeha gt">GT</button>
<button class="andaze-dokmeha">7</button>
<button class="andaze-dokmeha">8</button>
<button class="andaze-dokmeha b9">9</button>
<button class="andaze-dokmeha">÷</button>
<button class="andaze-dokmeha">CORRECT</button>
<button class="andaze-dokmeha mark-up">MARK-UP</button>
<button class="andaze-dokmeha">4</button>
<button class="andaze-dokmeha">5</button>
<button class="andaze-dokmeha">6</button>
<button class="andaze-dokmeha">×</button>
<button class="andaze-dokmeha">%</button>
<button class="andaze-dokmeha moma">+/-</button>
<button class="andaze-dokmeha">1</button>
<button class="andaze-dokmeha">2</button>
<button class="andaze-dokmeha">3</button>
<button class="bb">+</button>
<button class="andaze-dokmeha">-</button>
<button class="andaze-dokmeha mc">CE</button>
<button class="andaze-dokmeha">0</button>
<button class="andaze-dokmeha">00</button>
<button class="andaze-dokmeha">.</button>
<button class="andaze-dokmeha mosavi">=</button>
</div>
</div>
</body>
</html>