delete newtab page i don't use it

This commit is contained in:
Ben Harris 2022-04-14 17:49:58 -04:00
parent bac0ca927b
commit 04379fb6e6
2 changed files with 1 additions and 89 deletions

View File

@ -1,88 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>newtab</title>
<link rel="stylesheet" href="https://tilde.team/~ben/gruvbox/gruvbox.css">
<script>
window.onload = function() {
document.getElementById('search')
.addEventListener('keydown', function(e) {
if (e.keyCode == 13) {
var q = document.getElementById('search').value;
window.location.replace(
e.ctrlKey
? "//" + q
: "https://duckduckgo.com/?q=" + encodeURIComponent(q)
);
}
}, false);
};
</script>
</head>
<body>
<main>
<h1>new tab</h1>
<br>
<input autofocus type="text" name="q" id="search">
<h4>infra</h4><hr>
<a href="https://infra.bhh.sh:8006/">infra</a>
<a href="https://hopey.bhh.sh:8006/">hopey</a>
<a href="https://ax101.bhh.sh:8006/">ax101</a>
<a href="https://pve.bhh.sh:8006/">x230</a>
<a href="https://pbs.bhh.sh:8007/">pbs</a>
<a href="https://ca.ovh.com/manager/">ovh</a>
<a href="https://www.namesilo.com/account_domains.php">namesilo</a>
<h4>utils</h4><hr>
<a href="https://pad.tildeverse.org">cryptpad</a>
<a href="https://ttm.sh">nullpointer</a>
<a href="https://lobste.rs">lobste.rs</a>
<h4>fedi</h4><hr>
<a href="https://tilde.zone/">tilde.zone</a>
<a href="https://pleroma.tilde.zone/">pleroma.t.z</a>
<a href="https://halcyon.tilde.zone/">halcyon</a>
<a href="https://pinafore.tilde.zone/">pinafore</a>
<h4>git</h4><hr>
<a href="https://tildegit.org">tildegit</a>
<a href="https://drone.tildegit.org">drone</a>
<a href="https://github.com">github</a>
<a href="https://github.com/benharri?tab=repositories">my repos</a>
<a href="https://github.com/benharri?tab=stars">my stars</a>
<a href="https://gist.github.com/new">new gist</a>
<h4>important</h4><hr>
<a href="https://stackoverflow.com">stackoverflow</a>
<a href="https://youtube.com">youtube</a>
<a href="https://bhh.sh/login">polr</a>
<a href="https://bhh.sh/sync/">syncthing</a>
<h4>xmpp</h4><hr>
<a href="https://hmm.st">hmm.st</a>
<a href="https://movim.hmm.st">movim</a>
<a href="https://hmm.st/converse.html">converse.js</a>
<a href="https://xmpp.hmm.st/admin/">hmm.st/admin</a>
<a href="https://xmpp.tilde.team/admin/">tilde/admin</a>
<h4>tilde</h4><hr>
<a href="https://tilde.team/">tilde.team</a>
<a href="https://tilde.news/">news</a>
<a href="https://mail.tilde.team">mail</a>
<a href="https://tildeverse.org">tildeverse</a>
<a href="https://lists.tildeverse.org/postorius/lists/?count=200">lists</a>
<a href="https://cloud.tilde.team">cloud</a>
<a href="https://znc.tilde.team">znc</a>
</main>
</body>
</html>

View File

@ -296,6 +296,7 @@ or open a github issue and i'll get back to you as soon as i can.</p>
<div class="feed">
<h3>live feels-sharing:</h3>
<ul>
<li><a href="https://tilde.team/~firepal/blog">~firepal</a> 2022-04-10 at 10:17 (utc+0)</li>
<li><a href="https://tilde.team/~tilda/feels/www">~tilda</a> 2022-04-02 at 23:28 (utc+0)</li>
<li><a href="https://tilde.team/~lucas/feels">~lucas</a> 2022-03-03 at 16:41 (utc+0)</li>
<li><a href="https://tilde.team/~gclv/blog">~gclv</a> 2022-01-28 at 16:38 (utc+0)</li>
@ -327,7 +328,6 @@ or open a github issue and i'll get back to you as soon as i can.</p>
<li><a href="https://tilde.team/~che5hire/feels">~che5hire</a> </li>
<li><a href="https://tilde.team/~llt/blog">~llt</a> </li>
<li><a href="https://tilde.team/~stern/blog">~stern</a> </li>
<li><a href="https://tilde.team/~firepal/blog">~firepal</a> </li>
</ul>
</div>
</body>