forked from maitri-vv/coffeeshop.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (26 loc) · 960 Bytes
/
index.html
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
<!DOCTYPE html>
<html>
<style>
.btn {
background-color: #04AA6D;
color: white;
padding: 12px;
margin: 10px 0;
width: 50%;
border-radius: 3px;
cursor: pointer;
font-size: 17px;
}
</style>
<body style="background-color:#D79771;">
<center>
<h1 style="font-family:Georgia;font-size:40px;font-style: italic; background-color:#FFEBC9;"> THE COFFEE HOUSE </h1>
<form action="register.html">
<img src="https://dailycoffeenews.com/wp-content/uploads/2021/07/Narrative-Coffee-Roasters-Naples-cafe.jpg" width="100%" height ="100%">
<img src="https://www.hungryforever.com/wp-content/uploads/2018/03/coffee.jpg" width="50%" height="50%">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSj0xJCO5sJynMM1g9Fzb7TqE2c1gjCMgeA5Q&usqp=CAU" align="right" width="50%" height="50%">
<button class="btn" type="Submit" onclick ="alert('Go to login page')">LOGIN</button><br><br><br><br>
</center>
</form>
</body>
</html>