diff options
| -rw-r--r-- | content/stuff.md | 29 | ||||
| -rw-r--r-- | layouts/partials/nav.html | 1 |
2 files changed, 30 insertions, 0 deletions
diff --git a/content/stuff.md b/content/stuff.md new file mode 100644 index 0000000..eeb7ad5 --- /dev/null +++ b/content/stuff.md @@ -0,0 +1,29 @@ +--- +title: Stuff +date: 2026-02-20 +--- + +## Internet + +Websites : + +- [zacoons](https://zacoons.com/) +- [Denshi](https://denshi.org/) +- [Jppaled](https://jppaled.xyz/) +- [Comfy Guide](https://comfy.guide/) +- [LandChad.net](https://landchad.net/) + +Blog : + +- [Queen of Beauty](https://denshi.org/blog/queen-of-beauty/) +- [Planes Are Cool](https://zacoons.com/blog/2025-08-02-planes-are-cool/) +- [Do We Still Have School Tomorrow?](https://denshi.org/blog/do-we-still-have-school-tomorrow/) + +Angry websites : + +- [mother f* website](https://motherfuckingwebsite.com/) +- [better mother f* website](http://bettermotherfuckingwebsite.com/) +- [best mother f* website](https://bestmotherfucking.website/) +- [just f* use HTML](https://justfuckingusehtml.com/) + + diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index d8fa41c..3e13143 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -1,4 +1,5 @@ <nav style="display: flex;justify-content: space-around;"> <a href="/antiporn/">banporn</a> <a href="https://codeberg.org/mielota/">git</a> + <a href="/stuff/">stuff</a> </nav> |
