summaryrefslogtreecommitdiff
path: root/e_src/templates/common
diff options
context:
space:
mode:
Diffstat (limited to 'e_src/templates/common')
-rw-r--r--e_src/templates/common/footer.html2
-rw-r--r--e_src/templates/common/header.html8
2 files changed, 10 insertions, 0 deletions
diff --git a/e_src/templates/common/footer.html b/e_src/templates/common/footer.html
new file mode 100644
index 0000000..308b1d0
--- /dev/null
+++ b/e_src/templates/common/footer.html
@@ -0,0 +1,2 @@
+</body>
+</html>
diff --git a/e_src/templates/common/header.html b/e_src/templates/common/header.html
new file mode 100644
index 0000000..9c423df
--- /dev/null
+++ b/e_src/templates/common/header.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html lang="$$LANG">
+<head>
+<meta charset="utf-8">
+<title>$$TITLE</title>
+$$EXTRAHEAD
+</head>
+<body>