Update main page after 4.0 release

This commit is contained in:
lockbitchat
2025-08-14 04:45:39 -04:00
parent baa4879e2c
commit 27428cdb0e
3 changed files with 486 additions and 628 deletions

1108
index.html

File diff suppressed because it is too large Load Diff

View File

@@ -109,7 +109,7 @@ const EnhancedMinimalHeader = ({
React.createElement('p', { React.createElement('p', {
key: 'subtitle', key: 'subtitle',
className: 'text-xs sm:text-sm text-muted hidden sm:block' className: 'text-xs sm:text-sm text-muted hidden sm:block'
}, 'End-to-end freedom') }, 'End-to-end freedom. v4.0.02.12')
]) ])
]), ]),

View File

@@ -13,6 +13,10 @@ body {
background-color: rgb(37 38 37) !important; background-color: rgb(37 38 37) !important;
} }
.bg-my{
background-color: rgb(26 26 26);
}
.bg-header { .bg-header {
background-color: rgb(35 35 35) !important; background-color: rgb(35 35 35) !important;
} }