about summary refs log tree commit diff
path: root/spec/fixtures/requests/oembed_json_xml.html
blob: b5fc9bed09c6e5243e82cce7b167e280bf6eb547 (plain) (blame)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
  <head>
    <link href='https://host/provider.json' rel='alternate' type='application/json+oembed'>
    <link href='https://host/provider.xml' rel='alternate' type='application/xml+oembed'>
  </head>
  <body></body>
</html>