Last active
July 18, 2023 07:28
-
-
Save MurakamiShinyu/6b6b1210ae61de52abb96fc9f99fde73 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Test Document</title> | |
| </head> | |
| <body> | |
| <h1>Test Document</h1> | |
| <p>This is a test document.</p> | |
| <p>Link with wrong %-encoding in the fragment part: <a href="https://example.com/#wrong%encoding">"https://example.com/#wrong%encoding"</a></p> | |
| <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Provident iste, cum sequi reiciendis modi aliquid? Asperiores neque cupiditate sit, minima ipsum exercitationem autem itaque accusamus ratione quam dolor delectus perferendis!</p> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment