-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
constructing-the-sacred.html
30 lines (30 loc) · 1.36 KB
/
constructing-the-sacred.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!doctype html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/ui.js"></script>
<link href="./assets/styles.css" rel="stylesheet"/>
<link rel="shortcut icon" href="./assets/stanford_up_favicon.png">
<link rel="apple-touch-icon" href="./assets/stanford_up_favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<div class="heading">
<div class="title">Constructing the Sacred</div>
<div class="author">Elaine A. Sullivan</div>
<span class="subtitle">Web Archive with Text Search</span>
</div>
<div class="container"><span class="logo"><img src="./assets/sup_logo.svg"></span><span class="colophon"><img src="./assets/stanford_up_logo.svg" width="50" height="50"></span></div>
</header>
<replay-web-page
coll="cts2"
config='{"fuzzy": [["(https?://.+)[?]path=.*", "$1"], ["(https?://.+)\\.\\d+", "$1"], ["http://.*external[?]link=(http[^\u0026]+)\u0026.*$", "$1"]], "liveRedirectOnNotFound": true}'
replayBase="./replay/"
deepLink="true"
source="https://dh-preserve.sfo2.cdn.digitaloceanspaces.com/webarchives/sup/cts2.wacz"
liveRedirectOnNotFound="true"
url="http://constructingthesacred.supdigital.org/cts/introduction"
ts="20200720015059">
</replay-web-page>
</body>
</html>