diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-05-09 12:37:01 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-05-09 12:37:01 -0600 |
commit | 0a9c6693255800c6c197a3dcf3614046c296e293 (patch) | |
tree | d4e9999c2a0931db95379f7cb3a9c5fe0d7a7eaa /e_src/templates/common | |
parent | 6f143604c28c3165db35c2cad99a0dc76d7ccdaa (diff) |
semiworking program, still very alpha
Diffstat (limited to 'e_src/templates/common')
-rw-r--r-- | e_src/templates/common/footer.html | 2 | ||||
-rw-r--r-- | e_src/templates/common/header.html | 8 |
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> |