Skip to content

Instantly share code, notes, and snippets.

@MurakamiShinyu
Last active July 18, 2023 07:28
Show Gist options
  • Save MurakamiShinyu/6b6b1210ae61de52abb96fc9f99fde73 to your computer and use it in GitHub Desktop.
Save MurakamiShinyu/6b6b1210ae61de52abb96fc9f99fde73 to your computer and use it in GitHub Desktop.
<!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