You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
breadability/tests/data/snippets/document_absolute_url.html

12 lines
296 B
HTML

<html>
<head>
<title>Min Document Title</title>
</head>
<body>
<h1>Min Document</h1>
<a href="/about.hml">About Us</a>
<a href="http://blog.mitechie.com/test.hml">About Us</a>
<a href="http://amazon.com/test.hml">Amazon</a>
</body>
</html>