mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
424 B
HTML
18 lines
424 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<!--
|
||
|
https://bugzilla.mozilla.org/show_bug.cgi?id=458579
|
||
|
-->
|
||
|
<head>
|
||
|
<title>Test for page info feeds tab</title>
|
||
|
|
||
|
<!-- Straight up standard -->
|
||
|
<link rel="alternate" type="application/atom+xml" title="1" href="/1.atom" />
|
||
|
<link rel="alternate" type="application/rss+xml" title="2" href="/2.rss" />
|
||
|
<link rel="feed" title="3" href="/3.xml" />
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
</body>
|
||
|
</html>
|