Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions searchReceipe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body>
<h2>Search Recipe</h2>
<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for recipe.." title="Type in a name">
<ul id="myUL">
<li>
<div style="width: 100%;height: 100%;background-repeat: repeat-y;background-repeat: repeat-x;background-size: cover;background-image: url('http://img.recipepuppy.com/560556.jpg');">
<!-- <img src="http://img.recipepuppy.com/560556.jpg" /> -->
</div>
</li>
<li>
<div style="width: 100%;height: 100%;background-repeat: repeat-y;background-repeat: repeat-x;background-size: cover;background-image: url('http://img.recipepuppy.com/560556.jpg');">
<!-- <img src="http://img.recipepuppy.com/560556.jpg" /> -->
</div>
</li>
</ul>
</body>
</html>