mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-18 13:21:09 +01:00
17 lines
366 B
HTML
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>
|