about summary refs log tree commit diff
path: root/spec/fixtures/requests/oembed_xml.html
blob: bdfcca17078b683f0ee32b5a46b907cdb6fd58ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
  <head>
    <!--
      oEmbed
      https://oembed.com/
      > The type attribute must contain either application/json+oembed for JSON
      > responses, or text/xml+oembed for XML.
    -->
    <link href='https://host/provider.xml' rel='alternate' type='text/xml+oembed'>
  </head>
  <body></body>
</html>