-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
54 lines (47 loc) · 2.44 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="minimal-ui, initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Page title -->
<title>ELM Times | Unofficial Website for East London Mosque Prayer Times</title>
<!-- Page meta -->
<meta name="description" content="Provides a quick and easy way to view the current day's prayer times for East London Mosque.">
<meta name="keywords" content="east london mosque, east london masjid, east london, mosque, masjid, london, prayer times, prayer, salah">
<!-- Facebook -->
<meta property="og:title" content="ELM Times | Unofficial Website for East London Mosque Prayer Times">
<meta property="og:type" content="website">
<meta property="og:image" content="https://elmtimes.com/assets/social/social.jpg">
<meta property="og:url" content="http://elmtimes.com/">
<meta property="og:description" content="Provides a quick and easy way to view the current day's prayer times for East London Mosque.">
<meta property="og:site_name" content="ELM Times">
<!-- Mobile friendly -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="manifest" href="manifest.json">
<!-- Icons -->
<link rel="shortcut icon" href="assets/icons/favicon.ico">
<link rel="apple-touch-icon" href="assets/icons/icon.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/icons/icon-152.png">
<link rel="apple-touch-icon" sizes="167x167" href="assets/icons/icon-167.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/icons/icon-180.png">
<link rel="apple-touch-icon" sizes="192x192" href="assets/icons/icon-192.png">
<link rel="apple-touch-icon" sizes="512x512" href="assets/icons/icon-512.png">
<link rel="icon" href="assets/icons/icon.png">
<link rel="icon" sizes="192x192" href="assets/icons/icon-192.png">
<link rel="icon" sizes="512x512" href="assets/icons/icon-512.png">
<link href="css/main.5d896bc4be52ba84e9c2.css" rel="stylesheet"></head>
<body>
<div id="app"></div>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
<script type="text/javascript">
WebFont.load({
google: {
families: ['Open Sans:400,600']
}
});
</script>
<script type="text/javascript" src="js/main.5d896bc4be52ba84e9c2.js"></script></body>
</html>