diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-07-25 12:16:54 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-07-25 12:16:54 +0200 |
| commit | f7a92ef51e97d796f1fc90849d179e502077ee59 (patch) | |
| tree | b05f0a54a71e0143d5a7be241b24726bc75dd99b /blog.template.html | |
| parent | 860a213d88e292b972a31a56fc1f573aa3d75f19 (diff) | |
| download | cacharle.xyz-f7a92ef51e97d796f1fc90849d179e502077ee59.tar.gz cacharle.xyz-f7a92ef51e97d796f1fc90849d179e502077ee59.tar.bz2 cacharle.xyz-f7a92ef51e97d796f1fc90849d179e502077ee59.zip | |
Added blog articles generator (from markdown)
Diffstat (limited to 'blog.template.html')
| -rw-r--r-- | blog.template.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/blog.template.html b/blog.template.html new file mode 100644 index 0000000..7d47893 --- /dev/null +++ b/blog.template.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> + +<html> + <head> + <title>cacharle</title> + <link rel="stylesheet" type="text/css" href="../style.css"/> + <meta charset="utf-8"/> + <link rel="icon" type="image/png" href="../favicon.png" /> + </head> + + <body> + <div id="page-wrapper"> + <!--BLOG--> + </div> + + <footer> + <!--TODO--> + <footer> + </body> +</html> |
