diff options
| author | Markus Krogh <markus@nordu.net> | 2018-06-13 13:42:47 +0200 |
|---|---|---|
| committer | Markus Krogh <markus@nordu.net> | 2018-06-13 13:42:47 +0200 |
| commit | 3c0dce89d456c04767ec3607d9de1c9c8056a6ee (patch) | |
| tree | f6d99d492a7ab42afe6c691b7351cea1ce491e7d /src/templates/base.html | |
| parent | 809a262ce8e0c7593487aeb921d3f72092b76788 (diff) | |
Remove python pwman
Diffstat (limited to 'src/templates/base.html')
| -rw-r--r-- | src/templates/base.html | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/templates/base.html b/src/templates/base.html deleted file mode 100644 index 840024d..0000000 --- a/src/templates/base.html +++ /dev/null @@ -1,28 +0,0 @@ -{% load static %}
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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/NORDUnet.css' %}" type="text/css" media="screen" title="NORDUnet" charset="utf-8" />
- <title>{% block title %}{% endblock %}</title>
- {% block js %}
- {% endblock %}
-</head>
-<body>
- <div id="container">
- <div id="top">
- <table id="top_table">
- <tr>
- <td><img src="{% static 'img/NORDUnet2.jpg' %}" width="203" height="46" alt="" /></td>
- </tr>
- </table>
- </div>
- <div id="content">
- {% block content %}{% endblock %}
- </div>
- <div id="footer">
- <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p>
- </div>
- </div>
-</body>
-</html>
|
