-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (45 loc) · 1.47 KB
/
index.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
49
<!DOCTYPE html>
<html>
<!-- <div class="home-page">
<div class="hero">
{% include custom/hero.html %}
</div> -->
<!-- <div class="home-field">
<div class="home-landing her-row">
<div class="container">
<div class="row">
{% include custom/home_landing_row.html %}
</div>
</div>
</div> -->
<!-- <div class="article-list">
<div class="container">
{% for post in paginator.posts %}
{% assign content = post.content %}
<div class="row">
<div class="col-md-offset-3 col-md-6">
{% include article_listing.html %}
</div>
</div>
{% endfor %}
</div>
</div> -->
<!--
<hr class="divider-short"/> -->
<!-- <div class="archive-link">
<h3><a href="/posts/">All Posts</a></h3>
</div> -->
<!-- </div>
</div> -->
<body>
<div class="home-page">
<div>
<h3 align="center">Online Spelling Correction</h3>
<p>This is a data-driven spelling correction system. To know more about it, click the link below.</p></br>
<!-- <p align="center"><a href="http://ec2-3-92-42-187.compute-1.amazonaws.com:9200/static/login.html">Get started</a></p> -->
<p align="center"><a href="http://awb.pc.cs.cmu.edu:8840/static/login.html">Get started</a></p>
<p align="center"><a href="http://awb.pc.cs.cmu.edu:8840/static/interact.html?user=lyy">Try couple of examples without registration</a></p>
</div>
</div>
</body>
</html>