diff options
Diffstat (limited to 'e_src/templates/common/header.html')
-rw-r--r-- | e_src/templates/common/header.html | 8 |
1 files changed, 8 insertions, 0 deletions
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> |