diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-05-16 18:46:01 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-05-16 18:46:01 -0600 |
commit | 0dae5d53c49dd7b946990ca9e232fb924bf4f918 (patch) | |
tree | 93d4e990a9351a139339e2baf91d82b45849ddb4 /e_src/templates | |
parent | eaee38a4b6ebedc106548876cdbe1fe433c514bb (diff) |
refactor code and finish basic features
Diffstat (limited to 'e_src/templates')
-rw-r--r-- | e_src/templates/common/header.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/e_src/templates/common/header.html b/e_src/templates/common/header.html index 9c423df..6237620 100644 --- a/e_src/templates/common/header.html +++ b/e_src/templates/common/header.html @@ -3,6 +3,5 @@ <head> <meta charset="utf-8"> <title>$$TITLE</title> -$$EXTRAHEAD </head> <body> |