-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html~
40 lines (29 loc) · 1.02 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>
Learn to Spell
</title>
<link rel='stylesheet' type='text/css' href='spell.css' />
<link rel='stylesheet' type='text/css' href="bootstrap.min.css" />
<script src='jquery-1.8.3.min.js'>
</script>
<script src='jquery.animate-colors-min.js'>
</script>
<script type='text/javascript' src='spell.js'>
</script>
</head>
<body>
<script type="text/javascript">
</script>
Lookup a word: <input type="text" id="word" />
<h1 id='pagetitle'></h1>
<div id="wikiInfo"></div>
<div id="licenseinfo" style="font-size:small; display:none;">
Modified original content <a id='sourceurl'>from Wiktionary</a>.
Text available under <a href="http:Content is available under the <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution/Share-Alike License</a>.
</div>
</body>
</html>
</body>
</html>