Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
.wrap {
max-width: 1160px;
margin: 0 auto;
padding: 0 24px;
padding: 0 24px 48px;
}

/* ---- Hero ---- */
Expand Down Expand Up @@ -474,6 +474,7 @@
height: 520px;
}
}

</style>
</head>
<body>
Expand Down Expand Up @@ -576,7 +577,7 @@ <h2 id="steps-h" class="sr-only">How to use NetDigest in three steps</h2>
<span><span class="n">3</span><b>Copy TOON</b> into your LLM</span>
</section>

<footer class="wrap">
<footer class="wrap pb-2">
<span>NetDigest is open source. No tracking, no servers: everything stays in your DevTools.</span>
<span class="author">Built by <a href="https://djidjelli.fr">Youcef Djidjelli</a> · <a href="https://djidjelli.fr">djidjelli.fr</a> · <a href="https://github.com/djdevpro/net-digest">GitHub</a></span>
</footer>
Expand Down
Loading