made structure better, both folder and how the js works

This commit is contained in:
2026-03-09 12:32:09 +02:00
parent 49cae879d6
commit f9b75e9dbb
9 changed files with 435 additions and 13 deletions

View File

@@ -35,21 +35,29 @@
<p><strong>Categories</strong></p>
<ul>
<li>
<a href="gamereviews.html">Games</a>
<a href="reviews/warcraftreviews.html"
>The Warcraft Franchise</a
>
</li>
<li>
<a href="moviereviews.html">Movies</a>
<a href="reviews/gamereviews.html">Games</a>
</li>
<li>
<a href="tvreviews.html">TV/Series</a>
<a href="reviews/moviereviews.html">Movies</a>
</li>
<li>
<a href="bookreviews.html">Books</a>
<a href="reviews/seriesreviews.html">TV/Series</a>
</li>
<li>
<a href="comicreviews.html">Comics/Manga etc.</a>
<a href="reviews/bookreviews.html">Books</a>
</li>
<li>
<a href="reviews/comicreviews.html"
>Comics/Manga etc.</a
>
</li>
</ul>
<h2>Review System</h2>
<p>
I find the modern 0-10 or 0-5 rating systems to be poorly
formatted, as people seem to think a 7/10 is okay, and that
@@ -341,5 +349,5 @@
}
}
</style>
<script src="components.js"></script>
<script src="https://moonsbian.gay/components.js"></script>
</body>