File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments