nav.html 319 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. </head>
  5. <style>
  6. * {
  7. margin: 0;
  8. padding: 0
  9. }
  10. </style>
  11. <body onresize="top.drawNavSideBar();" onload="top.drawNavSideBar();top.load_metrics();">
  12. <canvas id="canvas" title="navigate to highlighted lines"></canvas>
  13. </body>
  14. </html>