added lasagna.html and linked it from index.html
This commit is contained in:
parent
77c39e1ca0
commit
5a124f8c41
12
index.html
Normal file
12
index.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Odin Recipes</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Odin Recipes</h1>
|
||||
<h1><a href="recipes/lasangna.html">Lasangna</a></h1>
|
||||
</body>
|
||||
</html>
|
||||
11
recipes/lasangna.html
Normal file
11
recipes/lasangna.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Lasangna</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Lasagna</h1>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user