-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathverb_i.html
More file actions
31 lines (24 loc) · 1.01 KB
/
verb_i.html
File metadata and controls
31 lines (24 loc) · 1.01 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--****ENTER PAGE TITLE****-->
<title>Verb</title>
<link rel="stylesheet" href="css/talker.css">
</head>
<script src = "js/menu.js"></script>
<body>
<script language="JavaScript" type="text/javascript">
//****ENTER DISPLAY, SOUND, BTNCLASS, MOVE, UP (GO BACK TO)****
display = ["VERB", "go", "turn", "open", "find", "come", "finished", "stop", "make", "close", "tell", "look", "see"]
sound = ["verb_page", "i_go", "i_turn", "i_open", "i_find", "i_come", "i_finished", "i_stop", "i_make", "i_close", "i_tell", "i_look", "i_see"]
btnclass = ["a", "", "", "", "", "", "", "", "", "", "", "", ""]
move = ["", "", "", "", "", "", "", "", "", "", "", "", ""]
up="speech"
</script>
<script src="js/main_buttons.js"></script>
<script src="js/back_buttons.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/talker.js"></script>
</body>
</html>