|
|
|
@ -4,11 +4,15 @@
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<title>XML WRITING</title>
|
|
|
|
|
<title>Textoscope - XML writing</title>
|
|
|
|
|
<script src="text.js" defer></script>
|
|
|
|
|
<link rel="stylesheet" href="style.css" />
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<nav>
|
|
|
|
|
<a href="http://hub.xpub.nl/soupboat/~kamo/textoscope">info</a>
|
|
|
|
|
<a href="https://git.xpub.nl/kamo/textoscope" class="git">git</a>
|
|
|
|
|
</nav>
|
|
|
|
|
<input type="file" id="file-selector" accept=".xml" /><br />
|
|
|
|
|
<div id="controller"></div>
|
|
|
|
|
<div id="container"></div>
|
|
|
|
|