diff options
| -rw-r--r-- | demos/app.html | 8 | ||||
| -rw-r--r-- | demos/index.html | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/demos/app.html b/demos/app.html index 6c8a9095c..9f5364f8d 100644 --- a/demos/app.html +++ b/demos/app.html @@ -1,5 +1,11 @@ +<!DOCTPYE html> <html> - <body> +<head> +<link rel=stylesheet href="../css/style.css"> +<meta name = "viewport" content = "width = device-width"> +<link rel=top href="../" title="GF"> +</head> +<body> <h1>The Human Language Compiler - a mobile speech and text translation app for Android</h1> diff --git a/demos/index.html b/demos/index.html index 2cb328668..e776be346 100644 --- a/demos/index.html +++ b/demos/index.html @@ -10,6 +10,9 @@ <BODY> <H1><a href="../"><IMG SRC="../doc/Logos/gf0.png" alt=""></a>Grammatical Framework Demos</H1> +<p><a href="translation.html">Wide coverage translation with GF</a> +<p><a href="app">The Human Language Translator</a>: + a mobile speech and text translation app for Android. <p><a href="http://www.grammaticalframework.org/demos/phrasebook/">Tourist Phrasebook</a> |
