1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-14 12:45:58 +01:00
galene/static/index.html
2021-08-28 10:55:21 +02:00

50 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html data-i18n="html.lang" data-i18n-attr="lang"lang="en">
<head>
<title data-i18n="site.title">Galène</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/common.css">
<link rel="stylesheet" href="/mainpage.css">
<link rel="stylesheet" type="text/css" href="/galene.css"/>
<link rel="author" href="https://www.irif.fr/~jch/"/>
</head>
<body>
<div class="home">
<h1 id="title" class="navbar-brand" data-i18n="site.title">Galène</h1>
<form id="groupform">
<label for="group" data-i18n="groups.group">Group:</label>
<input id="group" type="text" name="group" class="form-control form-control-inline"/>
<input type="submit" data-i18n="input.value" data-i18n-attr="value" value="Join" class="btn btn-default btn-large"/><br/>
</form>
<div id="public-groups" class="groups">
<h2 data-i18n="groups.public">Public groups</h2>
<table id="public-groups-table"></table>
</div>
</div>
<footer class="signature">
<label>
<span data-i18n="site.locale">Language:</span>
<select>
<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>
</footer>
<script src="/mainpage.js" defer></script>
<script src="scripts/translator.js" defer></script>
<script src="scripts/index.js" defer></script>
</body>
</html>