-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.1 KB
/
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
29
30
31
32
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ASIAN Foodhub</title>
<link rel="stylesheet" href="index.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<img class="logo" src="logo.png" alt="ASIAN Foodhub logo" width="400" height="400">
<h1>ASIAN Foodhub</h1>
<p>Voted the Finland's Best Roast House!</p>
<p>With family's secret recipes, our mission is to serve customers 100% homemade, tasty, healthy, and affordable food.</p>
<a href="https://github.com/nemfoods/asianfoodhub/"><img src="github-mark.png"></a>
<a href="https://www.instagram.com/nemfoodsfinland/"><img src="Instagram_Glyph_Gradient.png"></a>
<a href="https://www.facebook.com/p/Nem-Foods-100055371831104/"><img src="Facebook_Logo_Primary.png"></a>
<h2>Opening hours</h2>
<table>
<tr>
<td>Monday to Friday</td>
<td>10:30 - 19</td>
</tr>
<tr>
<td>Saturday</td>
<td>12 - 21</td>
</tr>
</table>
<h2>Contact</h2>
<a href="tel:+358403643844">+358403643844</a>
</body>
</html>