| 2 |
<html lang="en"> |
<html lang="en"> |
| 3 |
<head> |
<head> |
| 4 |
<title>Web Document Conformance Checker (BETA)</title> |
<title>Web Document Conformance Checker (BETA)</title> |
| 5 |
|
<link rel="stylesheet" href="cc-style.css" type="text/css"> |
| 6 |
<style> |
<style> |
| 7 |
input[type=text], input[type=url] { |
input[type=text], input[type=url] { |
| 8 |
width: 33em; |
width: 33em; |
| 20 |
<p><label><code>Content-Type</code> |
<p><label><code>Content-Type</code> |
| 21 |
<select name="i"> |
<select name="i"> |
| 22 |
<option value="" selected>As specified</option> |
<option value="" selected>As specified</option> |
| 23 |
|
<option><code>application/atom+xml</code></option> |
| 24 |
<option><code>application/xhtml+xml</code></option> |
<option><code>application/xhtml+xml</code></option> |
| 25 |
<option><code>application/xml</code></option> |
<option><code>application/xml</code></option> |
| 26 |
<option><code>text/html</code></option> |
<option><code>text/html</code></option> |
| 48 |
<p><input type="submit"></p> |
<p><input type="submit"></p> |
| 49 |
</form> |
</form> |
| 50 |
|
|
| 51 |
|
<p><a href="cc-todo">TODO</a></p> |
| 52 |
|
|
| 53 |
</body> |
</body> |
| 54 |
</html> |
</html> |