diff options
Diffstat (limited to 'templates/default.html')
| -rw-r--r-- | templates/default.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/default.html b/templates/default.html new file mode 100644 index 0000000..52c4b44 --- /dev/null +++ b/templates/default.html @@ -0,0 +1,12 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>My Stuffs - $title$</title> + </head> + <body> + <h1>$title$</h1> + $body$ + </body> +</html> |
