datatracker/ietf/templates/googlea30ad1dacffb5e5b.html
Lars Eggert eb5423d084
ci: Also check generated HTML with the "vnu" validator (#3682)
* ci: Also check generated HTML with the "vnu" validator

Because HTML Tidy apparently misses a bunch of errors.

* thead -> tbody

* More fixes

* More fixes

* Start checker in test runner
2022-03-21 12:50:23 -05:00

17 lines
433 B
HTML

{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% origin %}
<!doctype html>
<html lang="en">
<head>
<title>
Google Webmaster Tools Verification
</title>
</head>
<body>
<h3>
This is a verification page for the
<a href="https://www.google.com/webmasters/tools/siteoverview">Google Webmaster Tools</a>.
</h3>
</body>
</html>