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 c2f1f43 commit cacad37
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
<html>
<head>
<script type="text/javascript">
function RedirectionJavascript(){
document.location.href="https://ideesculture.github.io/museesDeFranceDocumentation/";
}
</script>
</head>

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

<div id="supranav" style="padding:0;margin:0;">
Expand Down Expand Up @@ -297,5 +292,8 @@
<div style="margin:auto;max-width:1400px">
<a style="text-decoration:none;padding:20px 0;color:#333333;" href="https://ideesculture.github.io/museesDeFranceDocumentation/">Redirection vers https://ideesculture.github.io/museesDeFranceDocumentation/</a>
</div>
<script type="text/javascript">
document.location.href="https://ideesculture.github.io/museesDeFranceDocumentation/";
</script>
</body>
</html>

0 comments on commit cacad37

Please sign in to comment.