diff options
Diffstat (limited to 'data/templates/head.html')
-rw-r--r-- | data/templates/head.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/templates/head.html b/data/templates/head.html new file mode 100644 index 0000000..33f0c6d --- /dev/null +++ b/data/templates/head.html @@ -0,0 +1,9 @@ + <head> + + <title>Recipes</title> + + <meta charset="utf-8"/> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" href="/static/style.css" type="text/css"> + + </head> |