mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 02:02:51 -06:00
19 lines
382 B
HTML
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>
|