11 lines
No EOL
286 B
HTML
11 lines
No EOL
286 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Rels Test</title>
|
|
<base href="http://example.org/">
|
|
<link rel="updates alternate" href="http://tantek.com/updates.atom" type="application/atom+xml" />
|
|
</head>
|
|
<body>
|
|
<li><a rel="me" href="http://jessicard.com">Jessica Dillon</a></li>
|
|
</body>
|
|
</html> |