[READ-ONLY] Mirror of https://github.com/thang-qt/ThreadLine. Alternative frontend for HackerNews and Lobsters threadline.thangqt.com/
0

Configure Feed

Select the types of activity you want to include in your feed.

Add sepia favicon

Quang Thang (Jul 18, 2026, 9:25 PM +0700) 39592435 94294673

+7
+1
index.html
··· 4 4 <meta charset="UTF-8" /> 5 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 6 <meta name="description" content="A static-first newspaper reader for Hacker News and Lobsters." /> 7 + <link rel="icon" href="/favicon.ico" sizes="any" /> 7 8 <title>Threadline — community links and discussions</title> 8 9 </head> 9 10 <body>
public/favicon.ico

This is a binary file and will not be displayed.

+6
public/threadline-favicon.svg
··· 1 + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 112 112" role="img" aria-labelledby="title desc"> 2 + <title id="title">Th.</title> 3 + <desc id="desc">Threadline favicon.</desc> 4 + <rect width="112" height="112" rx="12" fill="#f4eee8"/> 5 + <text x="11" y="78" font-family="Arial, Helvetica, sans-serif" font-size="58" font-weight="700"><tspan fill="#261a0d">Th</tspan><tspan fill="#b32e19">.</tspan></text> 6 + </svg>