-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscelta-combinazione-vocale.html
93 lines (84 loc) · 3.01 KB
/
scelta-combinazione-vocale.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Scegli vocale</title>
<link href="css/common.css" rel="stylesheet" type="text/css" />
<link href="css/menu-iniziale.css" rel="stylesheet" type="text/css" />
<link href="css/scelta-combinazione-vocale.css" rel="stylesheet" type="text/css" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<script src="js/zepto/new/zepto.js"></script>
<script src="js/common/utils.js"></script>
<script src="js/audio-background.js"></script>
<script src="js/scelta-combinazione-vocale.js"></script>
<script src="http://192.168.0.3:8080/target/target-script-min.js#anonymous"></script>
<script src="http://192.168.0.3:35729/livereload.js?snipver=1"></script>
</head>
<body>
<div class="littlemonster littlemonster-without-image">
<a id="go_back" href="#" >torna indietro</a>
</div><!-- #littlemonster -->
<div id="lettera_a" class="cont">
<a href="colonna.html?lettera=a-i" class="row cont_1" >
<span class="first">a</span>
<span class="plus">+</span>
<div class="middle-container">
<span class="middle middle1">i</span>
</div>
<span class="equal">=</span>
<span class="result">a</span>
</a>
<br>
<a href="colonna.html?lettera=a-e" class="row cont_2" >
<span class="first">a</span>
<span class="plus">+</span>
<div class="middle-container">
<span class="middle middle2">e</span>
</div>
<span class="equal">=</span>
<span class="result">a</span>
</a>
</div><!-- #lettera_a -->
<div id="lettera_e" class="cont">
<a href="colonna.html?lettera=e-a" class="row cont_1">
<span class="first el">e</span>
<span class="plus el">+</span>
<div class="middle-container">
<span class="middle el">a</span>
</div>
<span class="equal el">=</span>
<span class="result el">e</span>
</a>
<a href="colonna.html?lettera=e-e" class="row cont_2">
<span class="first el">e</span>
<span class="plus el">+</span>
<div class="middle-container">
<span class="middle">e</span>
</div>
<span class="equal">=</span>
<span class="result">e</span>
</a>
</div><!-- #lettera_e -->
<div id="lettera_o" class="cont" class="row cont_1">
<a href="colonna.html?lettera=o-e">
<span class="first">o</span>
<span class="plus">+</span>
<div class="middle-container">
<span class="middle">e</span>
</div>
<span class="equal">=</span>
<span class="result">o</span>
</a>
<a href="colonna.html?lettera=o-a" class="row cont_2">
<span class="first">o</span>
<span class="plus">+</span>
<div class="middle-container">
<span class="middle">a</span>
</div>
<span class="equal">=</span>
<span class="result">o</span>
</a>
</div><!--.lettera_o-->
</body>
</html>