Static website for local motocross track (circa Jun 2004)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

22 lines
333 B

  1. <?xml version = "1.0"?>
  2. <!-- navigation elements -->
  3. <menu>
  4. <item>
  5. <label>Home</label>
  6. <url>/index</url>
  7. </item>
  8. <item>
  9. <label>Page1</label>
  10. <url>/page1</url>
  11. </item>
  12. <item>
  13. <label>Page2</label>
  14. <url>/page2</url>
  15. </item>
  16. <item>
  17. <label>Page3</label>
  18. <url>/page3</url>
  19. </item>
  20. </menu>