assets/background.webp
assets/background.webp
This is a binary file and will not be displayed.
assets/favicon.ico
assets/favicon.ico
This is a binary file and will not be displayed.
assets/favicon.png
assets/favicon.png
This is a binary file and will not be displayed.
+1
assets/missing-image.svg
+1
assets/missing-image.svg
···
···+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width='1em' height='1em'><path fill="currentColor" d="M21 5c0-1.1-.9-2-2-2H5.83L21 18.17zM2.81 2.81L1.39 4.22L3 5.83V19c0 1.1.9 2 2 2h13.17l1.61 1.61l1.41-1.41zM6 17l3-4l2.25 3l.82-1.1l2.1 2.1z"/></svg>
assets/network.webp
assets/network.webp
This is a binary file and will not be displayed.
+217
assets/style.css
+217
assets/style.css
···
···+font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+30
-1
package-lock.json
+30
-1
package-lock.json
······"integrity": "sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==","resolved": "https://registry.npmjs.org/event-target-polyfill/-/event-target-polyfill-0.0.4.tgz",···
······"integrity": "sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==",+"integrity": "sha512-0h0oBEsF6qAJU7eu9ztvJoTo8D2PAq/4FvXVIQA1fek3WOTe6KPsVJycekG1+g1N6mfpblkheoGwaUhMtnlH4A==","resolved": "https://registry.npmjs.org/event-target-polyfill/-/event-target-polyfill-0.0.4.tgz",···+"integrity": "sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==",
+3
-1
package.json
+3
-1
package.json
+1
-1
src/id-resolver.ts
+1
-1
src/id-resolver.ts
···import { CompositeDidDocumentResolver, PlcDidDocumentResolver, WebDidDocumentResolver } from '@atcute/identity-resolver'
···import { CompositeDidDocumentResolver, PlcDidDocumentResolver, WebDidDocumentResolver } from '@atcute/identity-resolver'
+5
-5
src/index.ts
+5
-5
src/index.ts
···
···
+1
-1
src/ingester.ts
+1
-1
src/ingester.ts
···
···
+78
-6
src/lib/router.ts
+78
-6
src/lib/router.ts
·········
·········
+8
-2
src/routes.ts
+8
-2
src/routes.ts
···
+31
src/views/feed.eta
+31
src/views/feed.eta
···
···
+22
src/views/link.eta
+22
src/views/link.eta
···
···
+45
src/views/main.eta
+45
src/views/main.eta
···
···+<meta property="og:description" content="A collection of links I like or want to save for later.">+<path d="M0 64C0 46.3 14.3 32 32 32c229.8 0 416 186.2 416 416c0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96C14.3 96 0 81.7 0 64zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zM32 160c159.1 0 288 128.9 288 288c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224c-17.7 0-32-14.3-32-32s14.3-32 32-32z"/>
+49
src/views/pagination.eta
+49
src/views/pagination.eta
···
···+<li><a href="/<%=it.dir%>/<% if (it.selected > 2) { %>/page-<%= it.selected %>.html<% } %>">Previous</a></li>+<li><a href="/<% if (it.selected > 2) { %>pages/page-<%= it.selected %>.html<% } %>">Previous</a></li>+<li><a href="/<%=it.dir%>/<% if (page > 1) { %>page-<%= it.selected + page + 1 - 2%>.html<% } %>"><%= it.selected + page + 1 - 2%></a></li>+<li><a href="/<% if (page > 1) { %>pages/page-<%= it.selected + page + 1 - 2%>.html<% } %>"><%= it.selected + page + 1 - 2%></a></li>