-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (39 loc) · 1.98 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<!-- <link rel="stylesheet" type="text/css" href="css/index.css" /> -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>Forca Fonética</title>
</head>
<body>
<div class="jumbotron">
<h1 class="text-center"> Forca Fonética</h1>
</div>
<!-- 47 buttons-->
<!-- source= http://symbolcodes.tlt.psu.edu/bylanguage/ipachart.html -->
<div class="container">
<div id="upper-container">
<img src="" alt="" id="chances">
<div class="text-center"><div id="campo-foco1" class="well"> </div></div>
<div class="text-center"><div id="campo-foco2" class="well"> </div></div>
</div>
<div id="button-container" align="center"></div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="js/wordsDB.js"></script>
<script type="text/javascript" src="js/functions.js"></script>
<script type="text/javascript">
app.init();
</script>
</body>
</html>