Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jmulliken authored Jul 16, 2024
1 parent 1f56a4a commit 4d0d074
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
32 changes: 32 additions & 0 deletions americas-public-bible.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!doctype html>
<html>
<head>
<title>America's Public Bible | Archive</title>
<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">America's Public Bible</div>
<div class="author">Lincoln Mullen</div>
<span class="subtitle">Web Archive</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="apb"
config='{"fuzzy": [["(https://americaspublicbible.supdigital.org/).*", "$1"]], "liveRedirectOnNotFound": false}'
replayBase="./replay/"
deepLink="true"
noSandbox="true"
source="https://stacks.stanford.edu/file/druid:nw289ms9710/apb.wacz"
liveRedirectOnNotFound="true"
url="https://americaspublicbible.supdigital.org/"
ts="20240701125800">
</replay-web-page>
</body>
</html>
32 changes: 32 additions & 0 deletions ego-media.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!doctype html>
<html>
<head>
<title>Ego Media | Archive</title>
<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">Ego Media</div>
<div class="author">Max Saunders and Lisa Gee, eds.</div>
<span class="subtitle">Web Archive</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="em"
config='{"fuzzy": [["(https://egomedia.supdigital.org/).*", "$1"]], "liveRedirectOnNotFound": false}'
replayBase="./replay/"
deepLink="true"
noSandbox="true"
source="https://stacks.stanford.edu/file/druid:kc966hg9270/em.wacz"
liveRedirectOnNotFound="true"
url="https://egomedia.supdigital.org/"
ts="20231205161700">
</replay-web-page>
</body>
</html>

0 comments on commit 4d0d074

Please sign in to comment.