1
0
forked from GitHub/gf-core
Files
gf-core/src/www/index.html

31 lines
877 B
HTML

<!DOCTYPE html>
<!-- This is the start page served by "gf -server" -->
<title>GF Cloud Service</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="gfse/editor.css" title="Cloud">
<h1>GF Cloud Service</h1>
<h2>Available Web Applications</h2>
<ul>
<li><a href="minibar/minibar.html">Minibar</a>
<li><a href="TransQuiz/translation_quiz.html">Translation Quiz</a>
<li><a href="gfse/">GF online editor for simple multilingual grammars</a>
</ul>
<h2>Some Documentation</h2>
<ul>
<li><a href="minibar/about.html">About Minibar</a>
<li><a href="minibar/minibar-api.html">Minibar API documentation</a>
<li><a href="gfse/about.html">About the online grammar editor</a>
<li><a href="minibar/gf-web-api-examples.html">PGF web service API examples</a>
</ul>
<hr>
<a href="http://www.grammaticalframework.org/">www.grammaticalframework.org</a>