diff options
| author | emmett1 <me@emmett1.my> | 2026-05-26 00:39:20 +0800 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-05-26 00:39:20 +0800 |
| commit | 9e981f69f4689e4ba82ad4d4fadc6305343e616e (patch) | |
| tree | 98a79b3056a64d2598f86bf6fca8e170c77b659f /utils | |
| parent | e901792f8ee9ea70421eab3fd8ff6cca097be5c9 (diff) | |
| download | alicelinux-9e981f69f4689e4ba82ad4d4fadc6305343e616e.tar.gz alicelinux-9e981f69f4689e4ba82ad4d4fadc6305343e616e.zip | |
site updated
Diffstat (limited to 'utils')
| -rwxr-xr-x | utils/buildsite.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/buildsite.sh b/utils/buildsite.sh index e00d3088..41bb312d 100755 --- a/utils/buildsite.sh +++ b/utils/buildsite.sh @@ -250,6 +250,8 @@ generate_download_page() { listing=$(curl -sL --max-time 10 https://dl.alicelinux.org/ 2>/dev/null || true) cat << 'EOF' +<h1>Download</h1> +<p>Alice Linux installation images and rootfs tarballs. See the <a href="/docs/install.html">installation guide</a> for setup instructions.</p> <div id="dl-status" class="dl-empty">loading…</div> <table class="dl-table" id="dl-table"><tbody> EOF |