-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (61 loc) · 2.66 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
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<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">
<title>App Voice</title>
<!-- BOOTSTRAP-->
<link rel="stylesheet" href="https://bootswatch.com/5/vapor/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--NAVIGATION-->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">App Voice</a>
</div>
<form class="d-flex" style="text-align: center;">
<button class="btn btn-secondary my-2 my-sm-0 mx-5">
<script src="watch.js"></script>
</button>
</form>
</nav>
<!--APLICATION-->
<div class="container ">
<div id="app" class="row pt-5">
<div class="md-col-12">
<div class="card mt-10">
<div class="card-header">
<h4>Reproduce tu texto</h4>
</div>
<form id="product-form" class="card-body">
<div class="form-group">
<input type="text" id="texto" placeholder="Ingrese un texto" class="form-control">
</div>
<input type="submit" value="Reproducir" id="play" class="btn btn-success btn-block mt-4">
</form>
<div style="text-align: center;">
<p>
<img src="frasess.png" alt="" text-align="" style=" width:350px; height:180px;"
class="mt-10">
</p>
<!--REDES-->
<button type="button" class="btn btn-outline-info" role="link"
onclick="window.location='https://www.facebook.com/brayandanny.sotalin'">
Facebook
</button>
<button type="button" class="btn btn-outline-warning" role="link"
onclick="window.location='http://github.com/BrianSotalin'">
GitHub
</button>
<button type="button" class="btn btn-outline-danger" role="link"
onclick="window.location='https://www.instagram.com/blady.10p/'">
Instragram
</button>
</div>
</div>
<!--REDES-->
<script src="app.js"></script>
</body>
</html>