bitcoin-s/index.html
2019-01-18 07:21:41 -06:00

17 lines
366 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Project Documentation</title>
<script language="JavaScript">
function doRedirect() {
window.location.replace("latest/api");
}
doRedirect();
</script>
</head>
<body>
<a href="latest/api">Go to the project documentation </a>
</body>
</html>