<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Recipes</title> <link rel="stylesheet" href="style.css"> </head> <body> <h1>Odin Recipes</h1> <a href="recipes/potatoes.html">Potatoes</a> <a href="recipes/lasagna.html">Lasagna</a> <a href="recipes/pizza.html">Pizza</a> </body> </html>