forked from mromanello/ReadableAjax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSophAjax_Lloyd-Jones.html
46 lines (41 loc) · 1.99 KB
/
SophAjax_Lloyd-Jones.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://teic.github.io/css/tei.css" title="no title" charset="utf-8">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/alpheios-components@dev-bailly-defs/dist/style/style-components.css"/>
<link rel="stylesheet" href="css/default.css"/>
<script src="lib/CETEI.js" charset="utf-8"></script>
<script type="text/javascript">
(new CETEI).getHTML5('https://raw.githubusercontent.com/gregorycrane/Wolf1807/master/ajax-2019/ajax-lj.xml', function(data) {
document.getElementsByTagName("body")[0].appendChild(data);
});
</script>
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function(event) {
import ("https://cdn.jsdelivr.net/npm/alpheios-embedded@latest/dist/alpheios-embedded.min.js").then(embedLib => {
window.AlpheiosEmbed.importDependencies(
{mode: 'custom',
libs: { components: 'https://cdn.jsdelivr.net/npm/alpheios-components@dev-bailly-defs/dist/alpheios-components.min.js'}
}).then(Embedded => {
new Embedded(
{ clientId: "alpheios-test-bailly",
authEnv: null
}).activate();
}).catch(e => {
console.error(`Import Alpheios Embedded Library dependencies failed: ${e}`)
})
}).catch(e => {
console.error(`Import of Alpheios Embedded Library failed: ${e}`)
})
});
</script>
<style>
</style>
<title>Sophocles Ajax (ed. Lloyd-Jones)</title>
</head>
<body class="alpheios-enabled" lang="grc">
<h1 data-alpheios-ignore="all">Sophocles <i>Ajax</i>, ed. Lloyd-Jones (Oxford, 1994)</h1>
<p data-alpheios-ignore="all">The TEI/XML edition of the critical text established by Lloyd-Jones displayed below was created by Gregory Crane, and is dynamically pulled from <a href="https://raw.githubusercontent.com/gregorycrane/Wolf1807/master/ajax-2019/ajax-lj.xml">GitHub</a>.</p>
</body>
</html>