summaryrefslogtreecommitdiffstats
path: root/index.html
blob: 3163da3ed20d6a47658c73f252564709d36630a3 (plain) (blame)
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
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>new tab</title>
    <link rel="stylesheet" href="style.css">
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu+Mono">
  </head>
  <body>
    <h1></h1>
    <div>
      <ul>
        <li>4chan</li>

        <a href="https://boards.4chan.org/w/">w</a>
        <a href="https://boards.4chan.org/wg/">wg</a>
        <a href="https://boards.4chan.org/g/">tech</a>
      </ul>
      <ul>
        <li>reddit</li>

        <a href="https://www.reddit.com/r/unixporn/">unixporn</a>
        <a href="https://www.reddit.com/r/Rainmeter/">rainmeter</a>
        <a href="https://www.reddit.com/r/PHP/">php</a>
      </ul>
      <ul>
        <li>anime</li>

        <a href="https://www.crunchyroll.com">crunchyroll</a>
        <a href="https://nyaa.si">nyaa</a>
        <a href="https://myanimelist.net">mal</a>
        <a href="https://exhentai.org">sadpanda</a>
      </ul>
      <ul>
        <li>docs</li>

        <a href="https://devdocs.io">devdocs</a>
        <a href="https://developer.mozilla.org">mdn</a>
        <a href="http://nanami-tan.info">ricing7</a>
        <a href="http://chloechantelle.com/guide">ricing10</a>
      </ul>
      <ul>
        <li>misc</li>

        <a href="http://127.0.0.1:9117/UI/Dashboard">jackett</a>
        <a href="https://mail.riseup.net/rc/">riseup</a>
        <a href="https://mail.google.com/mail/">gmail</a>
      </ul>
    </div>
  </body>
</html>