Style fix

This commit is contained in:
g1n 2021-05-24 04:47:53 -04:00
parent f0fb23d7a2
commit e088b2f03f
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="content">
<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>
@ -15,6 +16,7 @@
<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>
</div>
</body>
</html>