12 lines
307 B
XML
12 lines
307 B
XML
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||
|
<head>
|
||
|
<title>Traceline SVG</title>
|
||
|
|
||
|
<link href="traceline.css" rel="stylesheet" type="text/css" />
|
||
|
<script src="traceline.js"></script>
|
||
|
</head>
|
||
|
|
||
|
<body onload="loadJSON(document.location.hash.substr(1).split(','));">
|
||
|
</body>
|
||
|
</html>
|