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 /example_src/templates/article/header.html | |
parent | 6f143604c28c3165db35c2cad99a0dc76d7ccdaa (diff) |
semiworking program, still very alpha
Diffstat (limited to 'example_src/templates/article/header.html')
-rw-r--r-- | example_src/templates/article/header.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/example_src/templates/article/header.html b/example_src/templates/article/header.html deleted file mode 100644 index 48adfef..0000000 --- a/example_src/templates/article/header.html +++ /dev/null @@ -1,8 +0,0 @@ -<!DOCTYPE html> -<html lang=$$LANG> -<head> -<meta charset="utf-8"> -<title>$$TITLE</title> -$$EXTRAHEAD -</head> -<body> |