Skip to content

Commit 4d0d074

Browse files
authored
Add files via upload
1 parent 1f56a4a commit 4d0d074

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed

americas-public-bible.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<title>America's Public Bible | Archive</title>
5+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/ui.js"></script>
6+
<link href="./assets/styles.css" rel="stylesheet"/>
7+
<link rel="shortcut icon" href="./assets/stanford_up_favicon.png">
8+
<link rel="apple-touch-icon" href="./assets/stanford_up_favicon.png">
9+
<meta name="viewport" content="width=device-width, initial-scale=1">
10+
</head>
11+
<body>
12+
<header>
13+
<div class="heading">
14+
<div class="title">America's Public Bible</div>
15+
<div class="author">Lincoln Mullen</div>
16+
<span class="subtitle">Web Archive</span>
17+
</div>
18+
<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>
19+
</header>
20+
<replay-web-page
21+
coll="apb"
22+
config='{"fuzzy": [["(https://americaspublicbible.supdigital.org/).*", "$1"]], "liveRedirectOnNotFound": false}'
23+
replayBase="./replay/"
24+
deepLink="true"
25+
noSandbox="true"
26+
source="https://stacks.stanford.edu/file/druid:nw289ms9710/apb.wacz"
27+
liveRedirectOnNotFound="true"
28+
url="https://americaspublicbible.supdigital.org/"
29+
ts="20240701125800">
30+
</replay-web-page>
31+
</body>
32+
</html>

ego-media.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<title>Ego Media | Archive</title>
5+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/ui.js"></script>
6+
<link href="./assets/styles.css" rel="stylesheet"/>
7+
<link rel="shortcut icon" href="./assets/stanford_up_favicon.png">
8+
<link rel="apple-touch-icon" href="./assets/stanford_up_favicon.png">
9+
<meta name="viewport" content="width=device-width, initial-scale=1">
10+
</head>
11+
<body>
12+
<header>
13+
<div class="heading">
14+
<div class="title">Ego Media</div>
15+
<div class="author">Max Saunders and Lisa Gee, eds.</div>
16+
<span class="subtitle">Web Archive</span>
17+
</div>
18+
<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>
19+
</header>
20+
<replay-web-page
21+
coll="em"
22+
config='{"fuzzy": [["(https://egomedia.supdigital.org/).*", "$1"]], "liveRedirectOnNotFound": false}'
23+
replayBase="./replay/"
24+
deepLink="true"
25+
noSandbox="true"
26+
source="https://stacks.stanford.edu/file/druid:kc966hg9270/em.wacz"
27+
liveRedirectOnNotFound="true"
28+
url="https://egomedia.supdigital.org/"
29+
ts="20231205161700">
30+
</replay-web-page>
31+
</body>
32+
</html>

0 commit comments

Comments
 (0)