-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHome.php
More file actions
39 lines (26 loc) · 1.07 KB
/
Home.php
File metadata and controls
39 lines (26 loc) · 1.07 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
<!DOCTYPE html>
<html>
<head>
<title>HOME</title>
<link rel= "stylesheet" href="Style.css"/>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="bac-img">
<img src="pexels-ella-olsson-1640774 copy.jpg" width="1488" >
</div>
<h1>Tasty And Health</h1>
<div id="logo1">
<img src="logo12.png" width="100">
</div>
<nav class="nav">
<a href="Home.php" target=_blank class="nav-item " active-color="black">HOME</a>
<a href="BREAKFAST.php" target=_blank class="nav-item" active-color="black">BREAKFAST</a>
<a href="LUNCH.php" target=_blank class="nav-item" active-color="black">LUNCH</a>
<a href="DINNER.php" target=_blank class="nav-item" active-color="black">DINNER</a>
<a href="ABOUT.php" target=_blank class="nav-item" active-color="black">ABOUT</a>
<a href="login.php" target=_blank class="nav-item" active-color="black">ADMIN LOGIN</a>
<span class="nav-indicator"></span>
</nav> <script src="snake.js"> </script>
</body>
</html>