-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (45 loc) · 1.3 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
<!DOCTYPE html>
<html lang = "en">
<head>
<link rel="shortcut icon" type="image/x-icon" href="https://img.icons8.com/color/48/000000/code.png"/>
<meta charset="UTF-8">
<meta naem="viewport" content="width=device-width, initial-scale=1.0">
<title> EFICIENCIA </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section>
<div class="wrapper">
<div class="box">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<div class="container">
<h2 >EFICIENCIA X</h2>
<div>______________</div>
<form>
<div class="input">
<textarea name="input" id="input" cols="30" rows="10" data-type="binary" placeholder="Ingresar codigo..."></textarea>
</div>
<button type="submit">Calcular</button>
<div id="output" class="output">
Consumo...
</div>
<div class="copy">
<ion-icon name="clipboard-outline"></ion-icon>
</div>
</form>
</div>
</section>
<script src="./app.js"></script>
</body>
</html>