From f7a32ae3f979381b60f026c6d98f3ccee854ca8b Mon Sep 17 00:00:00 2001 From: FzOrb <86922118+fzorb@users.noreply.github.com> Date: Thu, 26 Dec 2024 14:17:15 +0200 Subject: [PATCH] fix weird wording --- www/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ -Bopihive Index Page

Bopihive - Bopimo! build archiving effort

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 }}.

File hashes for {{latest}}

Windows

SHA256: {{sha256Windows}}

md5: {{md5Windows}}

SHA512: {{sha512Windows}}

Linux

SHA256: {{sha256Linux}}

md5: {{md5Linux}}

SHA512: {{sha512Linux}}

Scour the archive

Page rendered {{ render }}

Bopihive runs on free software licensed under the GPLv3 \ No newline at end of file +Bopihive Index Page

Bopihive - Bopimo! build archiving effort

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 }}.

File hashes for {{latest}}

Windows

SHA256: {{sha256Windows}}

md5: {{md5Windows}}

SHA512: {{sha512Windows}}

Linux

SHA256: {{sha256Linux}}

md5: {{md5Linux}}

SHA512: {{sha512Linux}}

Scour the archive

Page rendered {{ render }}

Bopihive runs on free software licensed under the GPLv3 \ No newline at end of file