mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
14 lines
371 B
HTML
14 lines
371 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>Test 0234</title>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
<a rel="describedby" href="http://example.org/describedby">describedby</a>
|
|
<a rel="license" href="http://example.org/license">license</a>
|
|
<a rel="role" href="http://example.org/role">role</a>
|
|
</p>
|
|
</body>
|
|
</html>
|