1
0
Fork 0

heartbeat

This commit is contained in:
Lethe Beltane 2024-10-26 09:08:51 -05:00
parent 26cd7f91be
commit 4feee041f5
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
6 changed files with 62 additions and 8 deletions

31
recs/cults.html Normal file
View file

@ -0,0 +1,31 @@
<html lang="en">
<head>
<title>Books about cults</title>
<link href="./style.css" rel="stylesheet" type="text/css" media="all">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>Books about cults</h1>
<table class="f">
<tr class="info">
<td>Quiverfull</td>
<td>Kathryn Joyce</td>
<td>Casual</td>
</tr>
<tr>
<td class="snippet">Though all of the sins are condemned, only five are punished with death: male homosexuality, bestiality committed by either a man or a woman, intercourse with menstruating women, and Onan's withdrawal: capital offenses, Provan says, because all are intentionally sterile forms of sex, wasting the sperm of man or animal. Female homosexuality, conversely, is not punished by death because, though wicked, it doesn't spill semen.</td>
</tr>
</table>
<br>
<table class="f">
<tr class="info">
<td>fathermothergod</td>
<td>Lucia Greenhouse</td>
<td>Casual</td>
</tr>
<tr>
<td class="snippet"><!-- I need to get one --></td>
</tr>
</table>
</body>
</html>