aboutsummaryrefslogtreecommitdiff
path: root/source/templates/base.html
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-03-15 08:20:00 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-03-15 08:20:00 +0100
commit9a6fe2bf696c4c364518159735f4f5d12c666681 (patch)
treec540d7d1cf76542627673ef36490c641bb02f50f /source/templates/base.html
parentUpdated revision date (diff)
downloadnewspipe-9a6fe2bf696c4c364518159735f4f5d12c666681.tar.gz
newspipe-9a6fe2bf696c4c364518159735f4f5d12c666681.tar.bz2
newspipe-9a6fe2bf696c4c364518159735f4f5d12c666681.zip
Reaorganization of folders for the CSS, templates and pictures.
Diffstat (limited to 'source/templates/base.html')
-rw-r--r--source/templates/base.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/source/templates/base.html b/source/templates/base.html
deleted file mode 100644
index aa375470..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="/css/style.css" />
- <script src="https://apis.google.com/js/plusone.js"></script>
-</head>
-<body>
- <div class="right innerlogo">
- <a href="/"><img src="/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> \ No newline at end of file
bgstack15