The intention of this website was to create a static HTML blog. The content included relates to many types of fiction: television dramas, browser games, and video games.
Making a blog in this way is downright tedious; there's no template inheritance, so you have to update links and common elements in each page. There's no Router to handle relative links without "../../../../", and to boot, most of the site was (originally) written without the awesome, semantic elements offered by HTML5, such as <nav>, <main>, and <footer>.
No fancy UI frameworks, no JavaScript, no asset compilation for optimization - just pure HTML and CSS.