This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
univnautes-old/virtualenv/pfidp/templates/iframe.html

19 lines
660 B
HTML

{% load i18n %} <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="{% static "css/style.css" %}" />
<title>{% block title %}User test{% endblock %}</title>
{% block extra_scripts %}
{% endblock %}
</head>
<body id="iframe" {% block bodyargs %}{% endblock %} >
<div style="width: 400px; height: 200px; margin: auto">
{% block content %}{% endblock %}
</div>
</body>
</html>