diff options
Diffstat (limited to 'recipes/pesto.html')
-rw-r--r-- | recipes/pesto.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/pesto.html b/recipes/pesto.html new file mode 100644 index 0000000..4dd03b4 --- /dev/null +++ b/recipes/pesto.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Document</title> +</head> +<body> + <h1> + Pesto + </h1> + <a href="../index.html">Home</a> +</body> +</html>
\ No newline at end of file |