Skip to content

Commit 7060035

Browse files
committed
add zampolli paper
1 parent 6690f35 commit 7060035

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

W/zampolli.html

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<link rel="stylesheet" href="css/tei.css" media="screen" title="no title" charset="utf-8"/>
5+
<link type="application/tei+xml" rel="alternative"
6+
href="https://raw.githubusercontent.com/lb42/Works/master/Papers/2017-zampolli-talk.xml"/>
7+
8+
<script src="js/CETEI.js" charset="utf-8"></script>
9+
<script type="text/javascript">
10+
var ceteicean = new CETEI();
11+
ceteicean.shadowCSS = "http://teic.github.io/css/tei.css";
12+
13+
ceteicean.getHTML5('https://raw.githubusercontent.com/lb42/Works/master/Papers/2017-zampolli-talk.xml', function(data) {
14+
document.getElementsByTagName("body")[0].appendChild(data);
15+
});
16+
</script>
17+
<title>The TEI : why is it still here</title>
18+
</head>
19+
<body>
20+
21+
</body>
22+
</html>

0 commit comments

Comments
 (0)