Files
gf-core/src/www/index.html
2011-10-12 18:27:46 +00:00

19 lines
382 B
HTML

<!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>