File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{# Copyright The IETF Trust 2012, All Rights Reserved #}
2- {% extends "base .html" %}
2+ {% extends "ietf .html" %}
33{% block title %}401 Unauthorized{% endblock %}
44{% block content %}
55
6- < img src ="/images/ietflogo2e .png " height =" 80 " width =" 140 " / >
6+ < img class =" ietflogo " src ="/images/ietflogo .png " alt =" IETF " style =" width: 10em " >
77
88< h2 > Authentication Required</ h2 >
99
Original file line number Diff line number Diff line change 11{# Copyright The IETF Trust 2007, All Rights Reserved #}
2- {% extends "base .html" %}
2+ {% extends "ietf .html" %}
33{% block title %}404 Not Found{% endblock %}
44{% block content %}
55
6- < img src ="/images/ietflogo2e .png " height =" 80 " width =" 140 " / >
6+ < img class =" ietflogo " src ="/images/ietflogo .png " alt =" IETF " style =" width: 10em " >
77
88< h2 > The page you were looking for couldn't be found.</ h2 >
99
Original file line number Diff line number Diff line change 11{# Copyright The IETF Trust 2007, All Rights Reserved #}
2- {% extends "base .html" %}
2+ {% extends "ietf .html" %}
33{% block title %}500 Internal Server Error{% endblock %}
44{% block content %}
55
6- < img src ="/images/ietflogo2e .png " height =" 80 " width =" 140 ">
6+ < img class =" ietflogo " src ="/images/ietflogo .png " alt =" IETF " style =" width: 10em ">
77
88< h2 > Internal Server Error.</ h2 >
99
You can’t perform that action at this time.
0 commit comments