summaryrefslogtreecommitdiff
path: root/src/www/index.html
blob: 7a924e8087efad7e20ff724145c628b681f352e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>

<!-- This is the start page served by "gf -server" -->

<title>GF web service</title>
<h1>GF web service</h1>

<h2>Available web applications</h2>

<ul>
  <li><a href="minibar/minibar.html">Minibar</a>
  <li><a href="gfse/">GF online editor for simple multilingual grammars</a>
</ul>


<hr>

<a href="http://www.grammaticalframework.org/">Grammatical Framework</a>