Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
hofors committed Aug 29, 2020
0 parents commit 30c6bb5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*~
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<noscript>
<meta http-equiv="refresh" content="1;url=api/latest/">
</noscript>
<title>Pathfinder Library API Documentation Redirection</title>
</head>
<body onload="latest_redirect()">
<script>
function latest_redirect() {
location.href = "api/latest/";
}
</script>
</body>
</html>

0 comments on commit 30c6bb5

Please sign in to comment.