diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-09 09:30:19 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-09 09:30:19 +0000 |
commit | fd9ee5dcdccafd9087565c09962502382ccc2d2e (patch) | |
tree | ab507ceb792f9f6edfd7daba56a07c48f488bfe0 /wk9/lect/froshims/templates/layout.html | |
parent | 308b08232f0282433905c7abe24e14080f41071b (diff) |
Tue, Jul 9, 2024, 2:30 AM -07:00
Diffstat (limited to 'wk9/lect/froshims/templates/layout.html')
-rw-r--r-- | wk9/lect/froshims/templates/layout.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/wk9/lect/froshims/templates/layout.html b/wk9/lect/froshims/templates/layout.html new file mode 100644 index 0000000..ce77036 --- /dev/null +++ b/wk9/lect/froshims/templates/layout.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> + +<html lang="en"> + <head> + <meta name="viewport" content="initial-scale=1, width=device-width"> + <title>froshims</title> + </head> + <body> + {% block body %}{% endblock %} + </body> +</html> |