mirror of
https://github.com/jech/galene.git
synced 2024-11-23 00:55:58 +01:00
Update index.html
This commit is contained in:
parent
9ab2b6cbfc
commit
f325bd49f6
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html data-i18n="html.lang" data-i18n-attr="lang"lang="en">
|
||||
<head>
|
||||
<title data-i18n="site.title">Galène</title>
|
||||
<meta charset="utf-8">
|
||||
|
@ -31,9 +31,9 @@
|
|||
<label>
|
||||
<span data-i18n="site.locale">Language:</span>
|
||||
<select>
|
||||
<option value="en" id="en">EN</option>
|
||||
<option value="oc" id="oc">OC</option>
|
||||
<option value="fr" id="fr">FR</option>
|
||||
<option value="en" id="en">English</option>
|
||||
<option value="oc" id="oc">Occitan</option>
|
||||
<option value="fr" id="fr">Français</option>
|
||||
</select>
|
||||
</label>
|
||||
<p><a href="https://galene.org/" data-i18n="site.title">Galène</a> <span data-i18n="site.by">by</span> <a href="https://www.irif.fr/~jch/" rel="author">Juliusz Chroboczek</a></p>
|
||||
|
|
Loading…
Reference in a new issue