-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (30 loc) · 927 Bytes
/
index.html
File metadata and controls
34 lines (30 loc) · 927 Bytes
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
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8" />
<title>Wizard Video Flash Player</title>
<script src="http://localhost:6969/socket.io/lib/socket.io.js"></script>
<script src="librerias/jquery.js"></script>
<script src="librerias/prefixfree.min.js"></script>
<script src="librerias/funciones.js"></script>
<script src="librerias/HTML5_enabling_script.js"></script>
<link rel="stylesheet" href="Diseno/estilos.css" />
</head>
<body>
<header>
<h1>Wizard Video Flash Player</h1>
</header>
<form>
<input type="text" id="txtUsuario" placeholder="Usuario"/>
<input type="text" id="txtObj" placeholder="Mensaje"/>
<button type="submit" id="btnPrevisualizar">Enviar</button>
</form>
<section>
<textarea cols=60 rows=15 id="txtTexto" readonly="true"></textarea>
</section>
<footer>
Diseñado por CeHis Ltda
</footer>
</body>
</html>