diff options
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> |
