Add page with interesting resources

This commit is contained in:
g1n 2021-05-24 04:45:30 -04:00
parent 22f0103e64
commit f0fb23d7a2
2 changed files with 21 additions and 0 deletions

View File

@ -23,6 +23,7 @@
<p>~> <a href="about.html">About me</a></p>
<p>~> <a href="https://codeberg.org/g1n">Codeberg</a></p>
<p>~> <a rel="me" href="https://distrotoot.com/@g1n">Mastodon</a></p>
<p>~> <a href="interesting_resources.html">Interesting resources</a> that I found over the internet</p>
</div>
</body>
</html>

View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>g1n~xhec.one</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h2> Interesting resources that I find over the internet </h2>
<h3> Text-only sites </h3>
<p> ~> <a href="http://wttr.in">wttr.in</a> - view weather in your terminal with curl </p>
<p> ~> <a href="http://rate.sx">rate.sx</a> - cryptocurrency </p>
<p> ~> <a href="http://getnews.tech">getnews.tech</a> - news (can be accessed only throught terminal)</p>
<p> ~> <a href="http://dict.org">dict.org</a> - dictionary </p>
<p> ~> <a href="http://cheat.sh">cheat.sh</a> - cheat sheets </p>
<p> ~> <a href="http://parrot.live">parrot.live</a> - dancing parrot in your terminal</p>
</body>
</html>