oembed_xml.html 337 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!--
  5. oEmbed
  6. https://oembed.com/
  7. > The type attribute must contain either application/json+oembed for JSON
  8. > responses, or text/xml+oembed for XML.
  9. -->
  10. <link href='https://host.test/provider.xml' rel='alternate' type='text/xml+oembed'>
  11. </head>
  12. <body></body>
  13. </html>