tilde/newtab/index.html

89 lines
3.3 KiB
HTML

<!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>