We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 405ff8c commit 5c1254fCopy full SHA for 5c1254f
1 file changed
ietf/templates/base.html
@@ -3,6 +3,12 @@
3
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US"><head><title>{% block title %}IETF Data{% endblock %} - WCF</title>
6
+{% block head %}{% endblock %}
7
+<style type="text/css">
8
+<!--
9
+{% block css %}{% endblock %}
10
+-->
11
+</style>
12
</head><body {% block body_attributes %}{% endblock %}><center>
13
<table border=0 cellpadding=0 cellspacing=0>
14
<tr>
0 commit comments