-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (50 loc) · 1.69 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<title>Evangelical Mission Jesus Christ Heals</title>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" type="text/css" href="css/index.css">
<!--fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
</head>
<body>
<h1>Evangelical Mission Jesus Christ Heals</h1>
<hr>
<strong>Hours</strong>
<p>Sundays from 1p to 3p</p>
<hr>
<strong>Languages Spoken</strong>
<p>French, Lingala, and Swahili</p>
<hr>
<strong>Donations</strong>
<p>$Yvefaustin</p>
<hr>
<strong>Live Stream</strong>
<br>
<img class="icon" src="img/live_tv_24dp_5F6368_FILL0_wght400_GRAD0_opsz24.png" alt="live stream icon">
<br>
<a>tba</a>
<hr>
<strong>Location</strong>
<p>5436 Harford Rd</p>
<p>Baltimore, MD 21214 </p>
<hr>
<strong>Monthly Payment for Hosting</strong>
<p>$130</p>
<hr>
<p>This is a 501(c3) exemption recognized by the Internal Revenue Service. More information can be found through SDAT (State Department of Assessment and Taxation)</p>
<hr>
</body>
<footer>
<br>
<br>
<br>
<br>
<span id="year"></span> Copyright <a href="https://www.github.com/mcf3rn">mcf3rn</a>
</footer>
<script type="text/javascript" src="scripts/index.js"></script>
</html>