diff options
| -rw-r--r-- | css/style.css | 2 | ||||
| -rw-r--r-- | demos/index.html | 5 | ||||
| -rw-r--r-- | download/index.t2t | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/css/style.css b/css/style.css index 7b4c4d42f..47e66c0db 100644 --- a/css/style.css +++ b/css/style.css @@ -17,4 +17,4 @@ th,td { border: 1px solid #333; } td { background: white; } th { background: #9df; } -h1>img { float: right; }
\ No newline at end of file +h1 img { float: right; } diff --git a/demos/index.html b/demos/index.html index b5dda70b6..0eb200e45 100644 --- a/demos/index.html +++ b/demos/index.html @@ -3,10 +3,11 @@ <HEAD> <TITLE>Grammatical Framework Demos</TITLE> <link rel=stylesheet href="../css/style.css"> +<link rel=top href="../" title="GF"> </HEAD> <BODY> -<H1><IMG SRC="../doc/Logos/gf0.png" alt="">Grammatical Framework Demos</H1> +<H1><a href="../"><IMG SRC="../doc/Logos/gf0.png" alt=""></a>Grammatical Framework Demos</H1> <p> <a href="http://www.grammaticalframework.org/demos/phrasebook/">Tourist @@ -74,3 +75,5 @@ the <A HREF="../lib/doc/synopsis.html">GF resource library</A> <A HREF="../old-lib/resource/doc/resdemo.html">Random library examples</A> --> +<hr> +<a href="http://www.grammaticalframework.org/">www.grammaticalframework.org</a> diff --git a/download/index.t2t b/download/index.t2t index 537c728bc..f5ba3500d 100644 --- a/download/index.t2t +++ b/download/index.t2t @@ -4,7 +4,7 @@ Grammatical Framework Download and Installation %!style:../css/style.css %!postproc(html): <TD><B> <TH> %!postproc(html): </B></TD> </TH> -%!postproc(html): <H1> <H1><IMG src="../doc/Logos/gf0.png"> +%!postproc(html): <H1> <H1><a href="../"><IMG src="../doc/Logos/gf0.png"></a> **GF 3.2** was released on 23 December 2010. |
