23 lines
905 B
HTML
Executable File
23 lines
905 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>At least ten books by women about antinatalism</title>
|
|
<link href="./style.css" rel="stylesheet" type="text/css" media="all">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="author" content="Vane Vander">
|
|
</head>
|
|
<body>
|
|
<h1>At least ten books by women about antinatalism</h1>
|
|
<table class="f">
|
|
<tr class="info">
|
|
<td>Every Cradle is a Grave</td>
|
|
<td>Sarah Perry</td>
|
|
<td>Academic</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="snippet">While the economic and well-being costs of having children are high, most of the "cost" of existence is borne by the children themselves, not by the parents in raising them. Parenting involves not just volunteering for the job of parent, but volunteering innocent children for the job of being people.</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html> |