Skip to content

Commit

Permalink
redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
ChatGPT-4 authored and endolith committed Nov 2, 2023
1 parent 1fe8274 commit 23362e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=../examples.html">
<meta http-equiv="refresh" content="0; url=../elsim/examples.html">
<script type="text/javascript">
window.location.href = "../examples.html";
window.location.href = "../elsim/examples.html";
</script>
<title>Redirecting to Examples</title>
</head>
<body>
If you are not redirected automatically, follow this <a href='../examples.html'>link to the examples</a>.
If you are not redirected automatically, follow this <a href='../elsim/examples.html'>link to the examples</a>.
</body>
</html>

0 comments on commit 23362e4

Please sign in to comment.