-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 911 Bytes
/
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>TestVocation</title>
<link rel="stylesheet" type="text/css" href="style/style.css">
<script type="text/javascript" src="dist/bundle.js"></script>
<meta charset="UTF-8">
</head>
<body>
<table id="table">
<tbody>
<tr>
<td>
#
</td>
<td>
<span id="Activity"></span>
<select id="lang">
<option value="es">Español</option>
<option value="en">English</option>
<option value="pt" selected>Português</option>
</select>
</td>
<td>
<img src="img/like_icon.svg" />
</td>
<td>
<img src="img/like_icon.svg" class="not" />
</td>
</tr>
</tbody>
</table>
<br />
<input type="button" value="Procesar" id="btn_procesar" />
<div class="areas">
</div>
</body>
</html>