Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Feb 9, 2024
1 parent f56d738 commit 0888b51
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions DataLab/en/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Language Redirect</title>
<script type="text/javascript">
function redirectBasedOnLanguage() {
window.location.href = "https://datalab-platform.github.io/";
}
</script>
</head>
<body onload="redirectBasedOnLanguage()">
</body>
</html>
13 changes: 13 additions & 0 deletions DataLab/fr/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Language Redirect</title>
<script type="text/javascript">
function redirectBasedOnLanguage() {
window.location.href = "https://datalab-platform.github.io/";
}
</script>
</head>
<body onload="redirectBasedOnLanguage()">
</body>
</html>

0 comments on commit 0888b51

Please sign in to comment.