diff options
Diffstat (limited to 'static/Interesting-links.html')
| -rwxr-xr-x | static/Interesting-links.html | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/static/Interesting-links.html b/static/Interesting-links.html new file mode 100755 index 0000000..4198fde --- /dev/null +++ b/static/Interesting-links.html @@ -0,0 +1,114 @@ +<!doctype html> +<html lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <link rel="stylesheet" href="/style.css" /> + <link rel="icon" type="image/x-icon" href="/favicon.ico" /> + + <title>Bloggings</title> + </head> + <body> + <header> + <h1>Bloggings</h1> + <a href="/static/index.php">Back</a> + </header> + <main> + <article> + <h2>Interesting Links</h2> + <h4>(maybe be for some)</h4> + <h3>Search engines</h3> + <ul> + <li class="articlelink"> + <a href="https://search.marginalia.nu/">Marginalia Search Engine</a> + </li> + <li class="articlelink"> + <a href="https://wiby.org/">Wiby Search Engine</a> + </li> + </ul> + <h3>Hosting</h3> + <ul> + <li class="articlelink"> + <a href="https://www.hotglue.me/">Hotglue web publishing</a> + </li> + <li class="articlelink"> + <a href="https://web1.0hosting.net/">Web 1.0 Hosting</a> + </li> + </ul> + <h3>Tools</h3> + <ul> + <li class="articlelink"> + <a href="https://bash-prompt-generator.org/" + >Bash prompt generator</a + > + </li> + </ul> + <h3>Stuff</h3> + <ul> + <li class="articlelink"> + <a href="https://lucio.albenga.es" + >Lucio's website: UNIX, programming, retro computing, electronics, + and more</a + > + </li> + <li class="articlelink"> + <a href="https://int10h.org/oldschool-pc-fonts/" + >Old school PC fonts</a + > + </li> + <li class="articlelink"> + <a href="https://neilzone.co.uk/">Neil's personal Blog</a> + </li> + <li class="articlelink"><a href="https://b3ta.com/">B3ta</a></li> + <li class="articlelink"> + <a href="https://github.com/toolleeo/awesome-cli-apps-in-a-csv" + >Awesome cli apps</a + > + </li> + </ul> + <h3>News</h3> + <ul> + <li class="articlelink"> + <a href="https://news.ycombinator.com/">Hacker News</a> + </li> + <li class="articlelink"> + <a href="https://brutalist.report/">Brutalist report</a> + </li> + <li class="articlelink"><a href="https://lobste.rs/">Lobsters</a></li> + <li class="articlelink"> + <a href="https://lwn.net/">Linux Weekly News</a> + </li> + <li class="articlelink"> + <a href="https://ctrl-c.club/~loghead//ctrl-zine.html">Ctrl-zine</a> + </li> + </ul> + <h3>Other lists</h3> + <ul> + <li class="articlelink"> + <a href="https://greycoder.com/a-list-of-text-only-new-sites/" + >Greycoder's list</a + > + </li> + <li class="articlelink"> + <a href="http://biglist.terraaeon.com/" + >Big list of personal web sites</a + > + </li> + <li class="articlelink"> + <a href="https://sjmulder.nl/en/textonly.html">SJ Mulder's list</a> + </li> + <li class="articlelink"> + <a + href="https://github.com/mayfrost/guides/blob/master/ALTERNATIVES.md" + >Mayfrost Alternatives</a + > + </li> + </ul> + <p> </p> + </article> + </main> + <footer> + <p>ยง</p> + </footer> + </body> +</html> |
