-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcanonicity.html
More file actions
17 lines (17 loc) · 856 Bytes
/
canonicity.html
File metadata and controls
17 lines (17 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html><html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://teic.github.io/css/tei.css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="https://teic.github.io/css/tei.css" media="print" title="no title" charset="utf-8">
<script src="https://cdn.polyfill.io/v1/polyfill.js?features=modernizr:promises&unknown=polyfill" charset="utf-8"></script>
<script src="js/CETEI.js" charset="utf-8"></script>
<script type="text/javascript">
(new CETEI).getHTML5('https://raw.githubusercontent.com/distantreading/WG1/master/canonicity_proposal.xml?new=' + Date.now(), function(data) {
document.getElementsByTagName("body")[0].appendChild(data);
});
</script>
<title>Working paper on canonicity and corpus design</title>
</head>
<body>
</body>
</html>