diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2018-12-08 13:47:27 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2018-12-08 13:47:27 +0100 |
| commit | a8b23d52a883b796e3a05aaca8ec74b289408bcd (patch) | |
| tree | 6d04f859da24b3caa0eb467680868883c9c29385 /index.html | |
| parent | d880a61857ceec0f4b2870b6a5e86b271a93b07c (diff) | |
Fix some invalid HTML.
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html index a62a6bff8..5084c92a6 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@ <li> <a href="http://cloud.grammaticalframework.org/"> GF Cloud - <img src="http://www.grammaticalframework.org/src/www/P/gf-cloud.png" style="height:30px" class="ml-2"> + <img src="http://www.grammaticalframework.org/src/www/P/gf-cloud.png" style="height:30px" class="ml-2" alt="Cloud logo"> </a> </li> <li><a href="doc/tutorial/gf-tutorial.html">Tutorial</a></li> @@ -378,8 +378,8 @@ least one, it may help you to get a first idea of what GF is. <img style="height:50px; filter: opacity(.5) grayscale(1);" class="mb-3" src="doc/Logos/gf0.svg" alt="GF Logo"><br> Grammatical Framework is free and open source,<br> with some support from <a href="https://www.digitalgrammars.com/">Digital Grammars AB</a>. - <div> - <div> + </div> + </div> </footer> <script type="text/javascript"> |
