mirror of
https://github.com/nkoehring/250kb-club.git
synced 2025-04-19 21:59:04 +02:00
39 lines
2.1 KiB
HTML
39 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>The 250kb Club</title>
|
|
<meta name="description" content="An exclusive membership for web pages presenting themselves in no more than 250kb.">
|
|
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
|
<link rel='stylesheet' href='/global.css'>
|
|
<script defer src='/build/bundle.js'></script>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>The 250kb Club</h1>
|
|
<p>
|
|
The WWW has become a bloated mess. Many pages are loading megabytes of Javascript to show you a few kilobytes of content.
|
|
These things are a <strong>cancerous growth</strong> on the web that we should stand up against.
|
|
</p>
|
|
<p>We can make a difference - no matter how small it may seem. The <em>250kb Club</em> is a collection of web pages that focus on performance, efficiency and accessibility.</p>
|
|
<p>
|
|
If you'd like to suggest a web page to add to this collection,
|
|
<a href="https://github.com/nkoehring/250kb-club" rel="noopener" target="_blank">open a pull request or a ticket in the official Github repository</a>.
|
|
The site will be reviewed and, if applicable, added to the list below.
|
|
</p>
|
|
<p>If your pages exceeds 250kb, you might consider <a href="https://1MB.club" rel="noopener" target="_blank">1MB.club</a> which is the inspiration for this page.</p>
|
|
</header>
|
|
<main id="members-table">
|
|
</main>
|
|
<footer>
|
|
<p>
|
|
Made with ♥ for a performant web by <a href="https://koehr.in" rel="noopener" target="_blank">Norman Köhring</a>.
|
|
Inspired by <a href="https://uglyduck.ca" rel="noopener" target="_blank">Bradley Taunt</a>s <a href="https://1MB.club" rel="noopener" target="_blank">1MB.club</a>
|
|
<br/>
|
|
The code of this page is open source. You can <a href="https://github.com/nkoehring/250kb-club" rel="noopener" target="_blank">find it on Github</a>.
|
|
</p>
|
|
</footer>
|
|
<script data-goatcounter="https://250kb-club.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
|
</body>
|
|
</html>
|