diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-26 09:16:20 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-26 09:16:20 -0500 |
| commit | ea688b4fa40984d186f81e1a9f436b02de68d1f3 (patch) | |
| tree | 6bfc7ede8ce9e2a02ec0935994491595611337b2 /src/web/_views | |
| parent | add alpha channel to background to allow color to render on overdraw (diff) | |
| download | website-ea688b4fa40984d186f81e1a9f436b02de68d1f3.tar.gz website-ea688b4fa40984d186f81e1a9f436b02de68d1f3.tar.bz2 website-ea688b4fa40984d186f81e1a9f436b02de68d1f3.zip | |
add android notice
Diffstat (limited to 'src/web/_views')
| -rw-r--r-- | src/web/_views/home/main.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/web/_views/home/main.php b/src/web/_views/home/main.php index 22cc856..fc3799a 100644 --- a/src/web/_views/home/main.php +++ b/src/web/_views/home/main.php @@ -57,3 +57,6 @@ </div> </div> +<?=aria_section('android', lang('android'))?> + <p><?=lang('section_android')?></p> +</div> |