mirror of
https://github.com/httpie/cli.git
synced 2024-11-29 19:23:22 +01:00
d10e108b5f
As a side effect, XHTML responses will be pretty-printed too.
30 lines
1.0 KiB
XML
30 lines
1.0 KiB
XML
<!DOCTYPE html
|
|
PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
|
|
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<title>XHTML 1.0 Strict Example</title>
|
|
<script type="text/javascript">
|
|
//
|
|
<![CDATA[
|
|
function loadpdf() {
|
|
document.getElementById("pdf-object").src="http://www.w3.org/TR/xhtml1/xhtml1.pdf";
|
|
}
|
|
//]]>
|
|
</script>
|
|
</head>
|
|
<body onload="loadpdf()">
|
|
<p>
|
|
This is an example of an
|
|
<abbr title="Extensible HyperText Markup Language">XHTML</abbr>
|
|
1.0 Strict document.
|
|
<br/>
|
|
<img id="validation-icon" src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict"/>
|
|
<br/>
|
|
<object id="pdf-object" name="pdf-object" type="application/pdf" data="http://www.w3.org/TR/xhtml1/xhtml1.pdf" width="100%" height="500">
|
|
</object>
|
|
</p>
|
|
</body>
|
|
</html>
|