menu.html 378 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Document</title>
  6. </head>
  7. <body>
  8. <ul>
  9. <li><a href="http://example.com">Link 1</a></li>
  10. <li><a href="http://example.com">Link 2<!--- Comment 1 ---></a></li>
  11. <li><a href="http://example.com">Link 3<!--- Comment 2 ---></a></li>
  12. </ul>
  13. <!--- Comment --->
  14. </body>
  15. </html>