Skip to content

Commit

Permalink
add index for github page
Browse files Browse the repository at this point in the history
  • Loading branch information
bricaud committed Jul 6, 2017
1 parent f27ba43 commit 056c0e0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1; url="graphexp.html">
<script type="text/javascript">
window.location.href = "graphexp.html"
</script>
<title>Page Redirection</title>
</head>
<body>
If you are not redirected automatically, follow this <a href="graphep.html">link to example</a>.
</body>
</html>

0 comments on commit 056c0e0

Please sign in to comment.