diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-10-13 10:03:34 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-10-13 10:03:34 +0200 |
commit | dec57654f8b33e14c92c8f5db504e5a5ec461545 (patch) | |
tree | b6783f6db36be5ec7b4c6bd0253f6379181ca35d /source/templates/base.html | |
parent | Removed epub module. (diff) | |
download | newspipe-dec57654f8b33e14c92c8f5db504e5a5ec461545.tar.gz newspipe-dec57654f8b33e14c92c8f5db504e5a5ec461545.tar.bz2 newspipe-dec57654f8b33e14c92c8f5db504e5a5ec461545.zip |
Removed static, templates and var files.
Diffstat (limited to 'source/templates/base.html')
-rw-r--r-- | source/templates/base.html | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/source/templates/base.html b/source/templates/base.html deleted file mode 100644 index 03c40f90..00000000 --- a/source/templates/base.html +++ /dev/null @@ -1,28 +0,0 @@ -## base.html -<!DOCTYPE html> -<html> -<head> - <meta charset="utf-8" /> - %if header_text is UNDEFINED: - <title>pyAggr3g470r</title> - %elif header_text == 0: - <title>pyAggr3g470r</title> - %else: - <title>${header_text} - pyAggr3g470r</title> - %endif - <link rel="stylesheet" href="/static/css/style.css" /> - <script src="https://apis.google.com/js/plusone.js"></script> -</head> -<body> - <div class="right innerlogo"> - <a href="/"><img src="/static/img/tuxrss.png" title="What's new today?" /></a> - </div> - <a href="/"><h1 id="top">pyAggr3g470r</h1></a> - ${self.body()} - <hr /> - <p>This software is under GPLv3 license. You are welcome to copy, modify or - redistribute the source code according to the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a> license.<br /> - <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/" rel="noreferrer" target="_blank">Source code</a> of pyAggr3g470r.</p> - </div> -</body> -</html> |