about summary refs log tree commit diff
path: root/spec/fixtures/requests/oembed_json_xml.html
blob: 9f5b9e8be7f49f1cdabeffe462844e1c9b8b6c9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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.test/provider.json' rel='alternate' type='application/json+oembed'>
    <link href='https://host.test/provider.xml' rel='alternate' type='text/xml+oembed'>
  </head>
  <body></body>
</html>