Skip to content

Commit

Permalink
Merge pull request harvard-lil#4 from rebeccacremona/add-witchcraft
Browse files Browse the repository at this point in the history
Add Witchcraft exhibit.
  • Loading branch information
rebeccacremona authored Feb 23, 2024
2 parents 82b9d35 + 02c3916 commit 0e3ba1e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/archive/caselaw-access-project/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ <h1>🏛️ Caselaw Access Project</h1>
<ul>
<li><a href="./california-wordclouds.html">California Wordclouds</a></li>
<li><a href="./cite-grid.html">Cite Grid</a></li>
<li><a href="./witchcraft.html">Witchcraft in Law</a></li>
<li><a href="./caselaw-limericks.html">Caselaw Limericks</a></li>
<li><a href="./historical-trends.html">Historical Trends</a></li>
<li><a href="./chronolawgic.html">Chronolawgic</a></li>
Expand Down
30 changes: 30 additions & 0 deletions public/archive/caselaw-access-project/witchcraft.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!doctype html>
<html lang="en">
<head>
<title>Cite Grid | Caselaw Access Project | Harvard Library Innovation Lab Museum 🏛️</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex, nofollow"/>

<link rel="stylesheet" href="../../styles.css">
</head>

<body id="archive">

<header>
<div>
<h1>🏛️ Witchcraft in Law</h1>
<p>A mapping of the appearance of the word “witchcraft” in caselaw.</p>
<p><a href="./">👈 Back to the Caselaw Access Project index</a></p>
</div>
</header>

<iframe
src="https://museum-wacz.lil.tools/?source=Y2GZ-535C.warc.gz&url=https://case.law/exhibits/witchcraft&show-location-bar=1"
allow="fullscreen"
sandbox="allow-scripts allow-modals allow-forms allow-same-origin allow-fullscreen"
></iframe>

</body>

</html>

0 comments on commit 0e3ba1e

Please sign in to comment.