static/openoffice/index.html (16 lines of code) (raw):
<!DOCTYPE html>
<!-- Licensed to the Apache Software Foundation (ASF) -->
<html>
<head>
<title>Apache SIS™ add-in for OpenOffice / LibreOffice</title>
<meta charset="UTF-8">
<script language="javascript" type="text/javascript">
<!--
switch (navigator.language) {
case "fr": window.location = "fr/index.html"; break;
default: window.location = "en/index.html"; break;
}
// -->
</script>
</head>
<body>
<h1>Apache SIS™ add-in for OpenOffice / LibreOffice</h1>
<ul>
<li><a href="en/index.html">English</a></li>
<li><a href="fr/index.html">Français</a></li>
</ul>
</body>
</html>