aboutsummaryrefslogtreecommitdiff
path: root/static/Interesting-links.html
blob: 4198fdef5f59e5e44b472293e7df9937614d205b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
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>&nbsp;</p>
      </article>
    </main>
    <footer>
      <p>§</p>
    </footer>
  </body>
</html>