| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Comment After Rewrite Test</title> | |
| <link rel="shortcut icon" type="image/png" href="http://a.example.com/static/images/favicon.png"> | |
| <!-- Font Awesome Icons --> | |
| <link rel="stylesheet" href="http://a.example.com/static/plugins/fontawesome-free/css/all.min.css"> | |
| </head> | |
| <body> | |
| <a href="http://a.example.com/page1.html">Link 1</a> | |
| <!-- comment after link --> | |
| <a href="http://a.example.com/page2.html">Link 2</a> | |
| </body> | |
| </html> |