diff --git a/www/templates/index.html b/www/templates/index.html index 7b4e7e5..b51d034 100644 --- a/www/templates/index.html +++ b/www/templates/index.html @@ -1 +1 @@ -
This is the index page of the Bopihive project. A project which scrapes the /api/releases/client/latest
endpoint to archive any new versions of Bopimo! when they are released.
Latest version archived {{ latest }}
at {{ ct }}
.
SHA256: {{sha256Windows}}
md5: {{md5Windows}}
SHA512: {{sha512Windows}}
SHA256: {{sha256Linux}}
md5: {{md5Linux}}
SHA512: {{sha512Linux}}
Page rendered {{ render }}
Bopihive runs on free software licensed under the GPLv3 \ No newline at end of file +
This is the index page of the Bopihive project. A project which scrapes the /api/releases/client/latest
endpoint to archive any new versions of Bopimo! when they are released.
Latest version ({{ latest }}
) archived at {{ ct }}
.
SHA256: {{sha256Windows}}
md5: {{md5Windows}}
SHA512: {{sha512Windows}}
SHA256: {{sha256Linux}}
md5: {{md5Linux}}
SHA512: {{sha512Linux}}
Page rendered {{ render }}
Bopihive runs on free software licensed under the GPLv3 \ No newline at end of file