drop the space, it's cleaner

This commit is contained in:
Joe Lothan 2026-05-19 11:49:13 -04:00
parent 3534f84b27
commit f7f564289c
3 changed files with 7 additions and 5 deletions

View file

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Every Tab</title> <title>About EveryTab</title>
<style> <style>
body { body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
@ -36,7 +36,9 @@
<p>Note that some sites do not allow embedding and will open a new tab instead. Also note that just like the Web itself, some sites are broken, not suitable for work, trying to harvest your data, or an affront to humanity itself.</> <p>Note that some sites do not allow embedding and will open a new tab instead. Also note that just like the Web itself, some sites are broken, not suitable for work, trying to harvest your data, or an affront to humanity itself.</>
<p>EveryTab just shows a random slice of the Web, in all of it's messy and beautiful glory. Enjoy!</p> <p>EveryTab just shows a random slice of the Web, in all it's 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>For more information about the inspiration and design of this website, visit <a href="future blog post link</a>.</p> -->
</body> </body>

View file

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Every Tab</title> <title>EveryTab</title>
<style> <style>
* { * {
margin: 0; margin: 0;

View file

@ -160,11 +160,11 @@ async function loadMore() {
} }
if (entries.length > 0) { if (entries.length > 0) {
// Inject the "About Every Tab" tab at a random position in the first load // Inject the "About EveryTab" tab at a random position in the first load
if (container.children.length === 0) { if (container.children.length === 0) {
const aboutEntry = { const aboutEntry = {
host: "everytab.site/about.html", host: "everytab.site/about.html",
title: "About Every Tab", title: "About EveryTab",
icon: "", icon: "",
iframe_ok: true, iframe_ok: true,
_isAbout: true, _isAbout: true,