From 836134f9fc74c8628d3ed74e22fde1aecc746937 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 28 Jun 2025 15:20:41 +0900 Subject: [PATCH] templates: replace footer --- templates/device.html | 55 ------------------------------------------- templates/footer.html | 12 +--------- 2 files changed, 1 insertion(+), 66 deletions(-) delete mode 100644 templates/device.html diff --git a/templates/device.html b/templates/device.html deleted file mode 100644 index aebfebb7..00000000 --- a/templates/device.html +++ /dev/null @@ -1,55 +0,0 @@ -
-

{{name}}

- - - - - - - - -{% if split %} - -{% else %} - -{% endif %} - - - - -{% if split %} - -{% else %} - -{% endif %} - - - - -{% if split %} - -{% else %} - -{% endif %} - - -
ChannelVersionDownloads
Stable[[{{codename}}-stable-BUILD_NUMBER]][[{{codename}}-stable-BUILD_NUMBER]] - -
Beta[[{{codename}}-beta-BUILD_NUMBER]][[{{codename}}-beta-BUILD_NUMBER]] - -
Alpha[[{{codename}}-alpha-BUILD_NUMBER]][[{{codename}}-alpha-BUILD_NUMBER]] - -
-
diff --git a/templates/footer.html b/templates/footer.html index 00e5810b..3529c81d 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,16 +1,6 @@