0x76.dev/books.html
2025-05-05 20:23:07 +02:00

37 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Vivian (0x76)'s Book Recommendations</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>💜</text></svg>">
</head>
<body>
<main>
<header>
<h1 aria-label="v | 0x76"></h1>
<p>These are some of my favourite books, in no particular order :)</p>
</header>
<section class="first">
<h3>Fiction</h3>
<ul>
<li>The Name of the Rose, by Umberto Eco</li>
<li>A Hundred Years of Solitude, by Gabriel Garcia Marquez</li>
<li>Collected Fictions, by Jorge Luis Borges</li>
<li>Neuromancer, by William Gibson</li>
<li>House of Leaves, by Mark Z. Danielewski</li>
</ul>
</section>
<section class="second">
<h3>Non-Fiction</h3>
<ul>
<li>Imagined Communities, by Benedict Anderson</li>
<li>Simulacra and Simulation, by Jean Baudrillard</li>
<li>Capitalist Realism, by Mark Fisher</li>
</ul>
</section>
</main>
</body>
</html>