-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
28 lines (25 loc) · 830 Bytes
/
404.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 lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="assets/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="assets/img/favicon.ico" type="image/x-icon">
<title>Food Corner</title>
<meta name="description" content="Welcome to Food Corner. Great Tamil food spot in Harrow. Hoppers, Briyani, Kool, Kothu and more ">
<meta name="keywords" content="Tamil, Food, Kothu, Sri Lankan, Indian, Hoppers, Appam, Kool, Pitthu, rolls, Harrow, foodcorner">
<link rel="stylesheet" href="TMP.css">
</head>
<body>
<h1>
<a>
404
</a>
</h1>
<a href="foodcorner4u.co.uk">
<img src="assets/img/logo-main.png" alt="Food Corner" class="center">
</a>
<script type="text/javascript">
window.location.replace("https://foodcorner4u.co.uk");
</script>
</body>
</html>