From b36bf99a95f54b698aec0a58a4b8059746614049 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Wed, 21 Jan 2026 16:14:18 -0500 Subject: Refactor for valid XHTML Strict doctype --- index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 27a8744..ce74276 100644 --- a/index.html +++ b/index.html @@ -4,17 +4,17 @@ title: A collection of web pages weighing in less than 1MB summary: Listing all web pages under 1MB in total size --- -
-

1MB Club is a growing collection of performance-focused web pages weighing less than 1 megabyte.

-
+ -
+
{% assign famers = site.site_listings %} {% assign websites = site.site_listings | sort: 'size' %}

Official Members

- HTTP badge + HTTP badge

  Items marked with this clickable badge support out-of-date browsers via HTTP (Why?)

-
+
@@ -28,7 +28,7 @@ summary: Listing all web pages under 1MB in total size
{% if item.http == true %} - HTTP badge + HTTP badge   {% endif %} {{ item.pageurl }} @@ -49,6 +49,6 @@ summary: Listing all web pages under 1MB in total size {% endfor %}

These 1MB Club members donated to this project and are now immortalized into the "Hall of Fame"

-

Looking to join the Hall of Fame?
Become a supporter today →

+

Looking to join the Hall of Fame?
Become a supporter today →

- + -- cgit v1.3.1