diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-05 20:50:02 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-12 14:59:05 +0300 |
| commit | 140b6845eb7eed74b4d63cbda4ad2c2afdfd65d4 (patch) | |
| tree | 4aa252567a61d920d35a41bf13d47b366aeda5c1 /res/template.d/base.html | |
| parent | f14b4e5383692403d43af581780ebf52a96cf89e (diff) | |
relocating domain fragments (slated to move again soon)
Diffstat (limited to 'res/template.d/base.html')
| -rw-r--r-- | res/template.d/base.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/res/template.d/base.html b/res/template.d/base.html deleted file mode 100644 index 7369984d..00000000 --- a/res/template.d/base.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> -<head> - {% block head %} - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - - <title>{% block title %}{% endblock %}</title> - <link rel="shortcut icon" href="/static/img/favicon2.ico" /> - - <link href="/static/css/style.css" rel="stylesheet" type="text/css"> - {% endblock %} -</head> -<body> - <div id="content">{% block content %}{% endblock %}</div> - <div id="footer">{% block footer %}{% endblock %}</div> -</body> -</html> |
