-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2.html
39 lines (36 loc) · 1.16 KB
/
2.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>I want to tell you my story</title>
<link rel="stylesheet" href="main.css" />
</head>
<body>
<div class="container">
<div class="divider">
<p>INSTRUCTIONS</p>
</div>
<div class="buttons">
<div class="row">
<p class="link">
Click any of the buttons below
</p>
</div>
</div>
<div class="divider">
<p>I WANT TO TELL YOU MY STORY</p>
</div>
<div class="buttons">
<div class="row blacks">
<a onclick="playByText('nl-NL','I want to tell you my story', 1)"><p>T</p></a>
<a onclick="playByText('en-IN','I want to tell you my story', 1)"><p>E</p></a>
</div>
<div class="row blacks">
<a onclick="playByText('th-TH','I want to tell you my story', 1)"><p>L</p></a>
<a onclick="playByText('it-IT','I want to tell you my story', 1)"><p>L</p></a>
</div>
</div>
</div>
<script src="controller.js"></script>
<script src="synthesis.js"></script>
</body>
</html>