-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHomeform.php
More file actions
75 lines (37 loc) · 1.44 KB
/
Homeform.php
File metadata and controls
75 lines (37 loc) · 1.44 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!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="bac.jpeg" width="1488" >
</div>
<h1>Tasty And Health</h1>
<a href="formlogin.html">
<button class="button" > <span > Register Now ! </span>
</button>
</a>
<div id="logo1">
<img src="logo12.png" width="100">
</div>
<nav class="nav">
<a href="Home.html" target=_blank class="nav-item " active-color="black">HOME</a>
<a href="BREAKFAST.html" target=_blank class="nav-item" active-color="black">BREAKFAST</a>
<a href="LUNCH.html" target=_blank class="nav-item" active-color="black">LUNCH</a>
<a href="DINNER.html" target=_blank class="nav-item" active-color="black">DINNER</a>
<a href="FOR YOU.html" target=_blank class="nav-item" active-color="black">FOR YOU</a>
<a href="ABOUT.html" target=_blank class="nav-item" active-color="black">ABOUT</a>
<a href="ABOUT.html" target=_blank class="nav-item" active-color="black">ADMIN LOGIN</a>
<span class="nav-indicator"></span>
</nav>
<script src="snake.js">
</script>
<div class="bac-img2">
<img src="asparagus-tart_BeaLubas_4-913x1370.jpg" width="1488" >
</div>
<br>
</body>
</html>