drop the space, it's cleaner
This commit is contained in:
parent
3534f84b27
commit
f7f564289c
3 changed files with 7 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>About Every Tab</title>
|
||||
<title>About EveryTab</title>
|
||||
<style>
|
||||
body {
|
||||
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>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> -->
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Every Tab</title>
|
||||
<title>EveryTab</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
|
|
|
|||
|
|
@ -160,11 +160,11 @@ async function loadMore() {
|
|||
}
|
||||
|
||||
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) {
|
||||
const aboutEntry = {
|
||||
host: "everytab.site/about.html",
|
||||
title: "About Every Tab",
|
||||
title: "About EveryTab",
|
||||
icon: "",
|
||||
iframe_ok: true,
|
||||
_isAbout: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue