auto open and size about page

This commit is contained in:
Joe Lothan 2026-05-27 22:17:37 -04:00
parent bc06e79c6c
commit a60597157d
3 changed files with 30 additions and 22 deletions

View file

@ -8,7 +8,7 @@
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
max-width: 600px;
margin: 40px auto;
margin: 20px auto;
padding: 0 20px;
line-height: 1.6;
color: #333;
@ -17,7 +17,6 @@
body { background: #1c1b22; color: #fbfbfe; }
a { color: #8cb4ff; }
}
h1 { margin-bottom: 4px; }
.subtitle { color: #666; margin-bottom: 24px; }
@media (prefers-color-scheme: dark) {
.subtitle { color: #8f8f9d; }
@ -25,21 +24,16 @@
</style>
</head>
<body>
<h1>About EveryTab</h1>
<p class="subtitle">You think <i>you</i> have too many tabs open?</p>
<p>Welcome to EveryTab, a collection of every site on the web.</p>
<p>The data comes from <a href="https://commoncrawl.org">Common Crawl</a>, a free, open archive of the web. Every month, we process the latest crawl, extract website titles, download the favicons, and bundle it up into the site you see here.</p>
<p>Click on a tab to visit the site. Scroll down for more tabs. Some sites (marked with an ↗) do not allow embedding. Clicking them will open a new tab in your browser.</p>
<p>Click on a tab to visit the site and scroll down for more tabs. Some sites do not allow embedding so clicking them will open a new tab (in your browser) instead.</p>
<p>The web data come from <a href="https://commoncrawl.org">Common Crawl</a>, a free, open archive of the web. Every month, we process the latest crawl, extract website titles, download the favicons, and bundle it up into the site you see here.</p>
<p>Note that, like the web itself, some sites are broken, profane, fake news, pornographic, trying to harvest your data, serving malware, or an affront to humanity itself. But some of them are pretty cool too.</p>
<p>EveryTab just shows a random slice of the web, in all its messy and beautiful glory.</p>
<p>Enjoy!</p>
<!-- <p>For more information about the inspiration and design of this website, visit <a href="future blog post link</a>.</p> -->
<p>EveryTab just shows a random slice of the web, in all its messy and beautiful glory. Enjoy!</p>
</body>
</html>