-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathverb_we.html
More file actions
31 lines (24 loc) · 1.02 KB
/
verb_we.html
File metadata and controls
31 lines (24 loc) · 1.02 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", "we_go", "we_turn", "we_open", "we_find", "we_come", "we_finished", "we_stop", "we_make", "we_close", "we_tell", "we_look", "we_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>