-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
35 lines (31 loc) · 1.01 KB
/
index.php
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>script</title>
<link rel="stylesheet" href="styles.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
</head>
<body>
<form id="miFormulario">
<label for="comentario"></label>
<textarea rows="40" cols="70" name="comentario" id="comentario" placeholder=" ejemplo: [ {
'title': 'fab fa-500px',
'searchTerms': []
}, {
'title': 'fab fa-accessible-icon',
'searchTerms': [ 'accessibility', 'wheelchair', 'handicap', 'person', 'wheelchair-alt' ]
}, {
'title': 'fab fa-accusoft',
'searchTerms': []
}]...."></textarea>
<br>
<button id="miBoton" class="c">Extraer JSON</button>
<button id="miBoton2" class="c">Contar Objetos</button>
<button id="miBoton3" class="c">Elimina duplicados</button>
<br>
<span id="span"></span>
</form>
</body>
<script src="app.js"></script>
</html>