diff options
Diffstat (limited to 'src/templates/layout.html')
-rw-r--r-- | src/templates/layout.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/templates/layout.html b/src/templates/layout.html new file mode 100644 index 0000000..733bbc4 --- /dev/null +++ b/src/templates/layout.html @@ -0,0 +1,13 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="utf-8"/> + <title></title> + </head> + <body> + <header> + <h1>hello world</h1> + </header> + <main></main> + </body> +</html> |