-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprayers.html
34 lines (26 loc) · 916 Bytes
/
prayers.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>
<head>
<meta charset="utf-8">
<title>200 Prayers</title>
<link rel="stylesheet" type="text/css" href="styles/inline.css">
<link rel="manifest" href="/manifest.json">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header class="header">
<h1 class="header__title">Morning Prayer</h1>
</header>
<main class="main">
<div class="prayer">
<p>
I have wakened in Thy shelter, O my God, and it becometh him that seeketh that shelter to abide within the Sanctuary of Thy protection and the Stronghold of Thy defense. Illumine my inner being, O my Lord, with the splendors of the Dayspring of Thy Revelation, even as thou didst illumine my outer being with the morning light of Thy favor.
</p>
</div>
<div class="author">
Bahá’u’lláh
</div>
</main>
<script src="scripts/app.js" async></script>
</body>
</html>