-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (51 loc) · 2.44 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
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="http://html5-templates.com/" />
<title>POC WebExpression meeting</title>
<meta name="description" content="">
<link rel="stylesheet" href="style.css">
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="https://npmcdn.com/underscore.string/dist/underscore.string.min.js"></script>
<script src="https://meet.jit.si/external_api.js"></script>
</head>
<body>
<header>
<div id="logo"><img width="130" height="77" data-sticky-width="78" data-sticky-height="43" src="./logo.png">WebExpression meeting</div>
</header>
<section>
<strong>Prueba de concepto con una video conferencia online</strong>
</section>
<section id="pageContent">
<main role="main">
<article>
<h2>Stet facilis ius te</h2>
<p>Lorem ipsum dolor sit amet, nonumes voluptatum mel ea, cu case ceteros cum. Novum commodo malorum vix ut. Dolores consequuntur in ius, sale electram dissentiunt quo te. Cu duo omnes invidunt, eos eu mucius fabellas. Stet facilis ius te, quando voluptatibus eos in. Ad vix mundi alterum, integre urbanitas intellegam vix in.</p>
</article>
<article>
Nombre del doctor: <input type="text" style= "width:400px; height: 30px;" id="nombreDoctor" placeholder="Nombre"> <a href="javascript:void(0)" onclick="iniciarVideoConferencia();" id="btnIniciar" class="myButton">Iniciar video conferencia</a>
</article>
<article>
<div id="meet" style="width: 100%">
</div>
</article>
</main>
</section>
<footer id="footer">
<div class="contact-details">
<ul class="contact">
<li><h4 style="padding: 20px">Contacto:</h4></li>
<li><p><i class="fa fa-phone"></i> <strong>Teléfono:</strong> (+34) 649-765-599</p></li>
<li><p><i class="fa fa-envelope"></i> <strong>Correo electrónico:</strong> <a href="mailto:info@webexpression.es">info@webexpression.es</a></p></li>
</ul>
</div>
</footer>
</body>
</html>
<script src="script.js"></script>