-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (31 loc) · 1.38 KB
/
index.html
File metadata and controls
45 lines (31 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Lab 2</title>
<link href="./des.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Pacifico" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body id="main" background="food.jpg" style="background-repeat: no-repeat;background-size: cover">
<br>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<div class="topnav">
<a href="#home">Recipes</a>
<i class="fa fa-utensils" aria-hidden="true" style="font-size: 35px color: white"></i>
<input type="text" placeholder="Search.." id="search">
</div>
<br>
<br>
<div id="stackResults"></div>
<h2 class="home" style="font-size: 40px; position:relative; width:50%; left:25%; top:30%;">Type a food in the search box to find delicious recipes </h2>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script text="type/javascript" src="./script.js">
</script>
<footer >
<a href="https://github.com/ry98/creative2" class="foot">My github repository</a>
</footer>
</body>
</html>