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/article | |
parent | 6f143604c28c3165db35c2cad99a0dc76d7ccdaa (diff) |
semiworking program, still very alpha
Diffstat (limited to 'e_src/templates/article')
-rw-r--r-- | e_src/templates/article/footer.html | 0 | ||||
-rw-r--r-- | e_src/templates/article/header.html | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/e_src/templates/article/footer.html b/e_src/templates/article/footer.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/e_src/templates/article/footer.html diff --git a/e_src/templates/article/header.html b/e_src/templates/article/header.html new file mode 100644 index 0000000..d2954d9 --- /dev/null +++ b/e_src/templates/article/header.html @@ -0,0 +1 @@ +<h1>$$TITLE</h1>
\ No newline at end of file |