updated index.html
This commit is contained in:
parent
017c4baa25
commit
f96401dd7f
1 changed files with 31 additions and 2 deletions
|
@ -72,11 +72,40 @@
|
|||
<ul class="flex list-inside list-disc flex-row gap-2">
|
||||
<li>
|
||||
<a
|
||||
href="/projects"
|
||||
href="/scripts/manga-reading.user.js"
|
||||
class="underline decoration-indigo-500 underline-offset-4 transition-all hover:decoration-2"
|
||||
target="_blank"
|
||||
referrerpolicy="no-referrer"
|
||||
>
|
||||
Manganato
|
||||
Manga Reading
|
||||
</a>
|
||||
-
|
||||
<a
|
||||
href="https://git.skaarup.dev/nikiskaarup/userscripts"
|
||||
class="underline decoration-indigo-500 underline-offset-4 transition-all hover:decoration-2"
|
||||
target="_blank"
|
||||
referrerpolicy="no-referrer"
|
||||
>
|
||||
Repository
|
||||
</a>
|
||||
- Adds keyboard navigation to manganato like sites, and
|
||||
<a
|
||||
href="https://github.com/NikiSkaarup/progress-tracker-api"
|
||||
class="underline decoration-indigo-500 underline-offset-4 transition-all hover:decoration-2"
|
||||
target="_blank"
|
||||
referrerpolicy="no-referrer"
|
||||
>
|
||||
progress
|
||||
</a>
|
||||
<a
|
||||
href="https://github.com/NikiSkaarup/progress-tracker-v2"
|
||||
class="underline decoration-indigo-500 underline-offset-4 transition-all hover:decoration-2"
|
||||
target="_blank"
|
||||
referrerpolicy="no-referrer"
|
||||
>
|
||||
tracking
|
||||
</a>
|
||||
updated via hotkeys
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Reference in a new issue