Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gautiermichelin authored Feb 21, 2024
1 parent 4446990 commit 1b599f6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<html>
<head>
<script type="text/javascript">
function RedirectionJavascript(){
document.location.href="https://ideesculture.github.io/museesDeFranceDocumentation/";
}
</script>
</head>

<body onLoad="setTimeout('RedirectionJavascript()', 800)">
<!-- Supranav -->

<div id="supranav" style="padding:0;margin:0;">
Expand Down Expand Up @@ -284,4 +294,7 @@
</div>
<!-- End of Supranav -->


<a href="https://ideesculture.github.io/museesDeFranceDocumentation/">Redirection vers https://ideesculture.github.io/museesDeFranceDocumentation/</a>
</body>
</html>

0 comments on commit 1b599f6

Please sign in to comment.