18 lines
655 B
HTML
18 lines
655 B
HTML
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
|
{% extends "base.html" %}
|
|
{% load versiontags %}
|
|
|
|
{% block content %}
|
|
|
|
<h3>This is a verification page for the <a href="https://www.google.com/webmasters/tools/siteoverview">Google Webmaster Tools</a>.</h3>
|
|
|
|
{% endblock %}
|
|
|
|
{% block footer %}
|
|
<hr/>
|
|
<div style="width: 100%; height: 1em; font-size: 9pt; font-style: italic;">
|
|
<span style="float: left;">Made with <a href="http://www.djangoproject.com/">django</a></span>
|
|
<span style="float: right;">v{% version_num %}, {% revision_date %} - <a href="mailto:webtools@ietf.org">webtools@ietf.org</a></span>
|
|
</div>
|
|
{% endblock %}
|