UNPKG

461 BHTMLView Raw
1<!DOCTYPE html>
2<html xmlns="http://www.w3.org/1999/xhtml">
3<body>
4 <a href="http://localhost/">localhost</a>
5 <a href="http://example.com/">example.com</a>
6 <a href="http://127.0.0.1/">127.0.0.1</a>
7 <a href="http://169.254.1.1/">169.254.1.1</a>
8 <a href="http://[::1]/">::1</a>
9 <a href="http://[ff02::1]/">ff02::1</a>
10 <a href="http://[0000:0000:0000:0000:0000:0000:0000:0001]/">0000:0000:0000:0000:0000:0000:0000:0001</a>
11</body>
12</html>