aboutsummaryrefslogtreecommitdiff
path: root/source/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/templates/base.html')
-rw-r--r--source/templates/base.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/source/templates/base.html b/source/templates/base.html
new file mode 100644
index 00000000..54cfc524
--- /dev/null
+++ b/source/templates/base.html
@@ -0,0 +1,15 @@
+## base.html
+<!DOCTYPE html>
+<html>
+<head>
+ <title>pyAggr3g470r - News aggregator</title>
+ <link rel="stylesheet" type="text/css" href="/css/style.css" />
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+ <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
+</head>
+<body>
+
+${self.body()}
+
+</body>
+</html> \ No newline at end of file
bgstack15