diff options
Diffstat (limited to 'blog/.template.html')
-rw-r--r-- | blog/.template.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/blog/.template.html b/blog/.template.html new file mode 100644 index 0000000..f3871ff --- /dev/null +++ b/blog/.template.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <title><++></title> + </head> + <body> + <h1><++></h1> + <p><++></p> + </body> +</html> |