Home | History | Annotate | Download | only in svgui
      1 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
      2 <head>
      3   <title>Traceline SVG</title>
      4 
      5   <link href="traceline.css" rel="stylesheet" type="text/css" />
      6   <script src="traceline.js"></script>
      7 </head>
      8 
      9 <body onload="loadJSON(document.location.hash.substr(1).split(','));">
     10 </body>
     11 </html>
     12