diff options
| author | hallgren <hallgren@chalmers.se> | 2014-06-19 17:00:23 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-06-19 17:00:23 +0000 |
| commit | e10ab227ef2b8302c81639b35481f631154e809b (patch) | |
| tree | 772831cda91beddfe72b10dcbfed99d93573a9c0 /demos | |
| parent | 660de6e1da7625d2f5f8273ce03cc667b7fadf15 (diff) | |
Demo page: add links to the wide coverage translation page and the android app
Diffstat (limited to 'demos')
| -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> |
