-
Notifications
You must be signed in to change notification settings - Fork 1
/
spell.html
48 lines (39 loc) · 1.37 KB
/
spell.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
41
42
43
44
45
46
47
48
<!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>
<div class="navbar">
<div class="navbar-inner">
<div class="container" style="width: 940px;">
<a class="brand" href="/index.html">Learn2Spell</a>
<ul class="nav">
<li class="">
<a href="/index.html">Home</a>
</li>
<li class="active">
<a href="/about.html">About</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row" style="margin-top: 40px;">
<p>... and unlike other spelling and typing software, Learn2Spell and Type focuses on the words you actually use.</p>
</div>
<span style="display: none;" id="inputHiddenSpan" class="add-on">
</span>
</body>
</html>