-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
36 lines (25 loc) · 1.74 KB
/
Copy pathabout.html
File metadata and controls
36 lines (25 loc) · 1.74 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
<html>
<head>
<style>
html{
background:url("https://image.freepik.com/free-photo/white-cup-hot-coffee-with-smoke-with-coffee-beans-black-background_28943-488.jpg");
background-repeat:no-repeat;
background-size:100%;
}
</style>
</head>
<body>
<table width="100%" height="10%">
<tr>
<th width="20%"><font size="4" ><a href="about.html" target="_self"><font color="white">ABOUT US</a></font></th>
<th width="20%"><font size="4" ><a href="login.html" target="_self"><font color="white">LOGIN</a></font></th>
<th width="20%"><font size="4" ><a href="contactus.html"><font color="white">CONTACT US</a></font></th>
</tr>
</table>
<h1 align="center"><font color="white" face="Comic Sans MS">ABOUT US</h1>
<br>
<p align="center"><font color="white" size="6"> We are excited to introduce our Coffee Shop & Cafe. If you crave great coffee, you’ll love knowing that we provide a real alternative to chains with handcrafted coffee and espresso drinks, a full tea bar, and real food options.
“We grind for you”… our local baristas know that great espresso takes more than pushing a button. We work hard to deliver great taste while also providing knowledgeable service, perfect if you just want to try something new.
Our Cafe delivers way beyond the traditional coffee shop favorites (although we think our homemade pastries are pretty good). We have traditional breakfast choices, including eggs, omelettes, pancakes, and plenty of healthy options (including gluten free, vegetarian, and vegan). Be sure to check out our weekend specials, when we go all out to provide you with new options that are delicious and different. Finally, we also serve a wide variety of salads, sandwiches and flatbreads for lunch-lovers.
</body>
</html>