-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmemorize.html
More file actions
23 lines (22 loc) · 896 Bytes
/
Copy pathmemorize.html
File metadata and controls
23 lines (22 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Memorize</title>
<link rel="stylesheet" type="text/css" href="lib/ext/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="tutor.css" />
<script src="languages.js"></script>
<script src="common.js"></script>
<script src="dataAccess.js"></script>
<script src="controllerMemorize.js"></script>
<script type="text/javascript" src="lib/ext/adapter/ext/ext-base.js"></script>
<script src="lib/ext/ext-all.js"></script>
<script src="memorize.js"></script>
</head>
<body>
<div id='noWordsDiv'></div>
<div id='memorizeDiv'></div>
<div id='instructionDiv'></div>
</body>
</html>