started monday

This commit is contained in:
techpriest_steamdeck 2024-09-18 14:23:43 -05:00
parent 1f63d60bcd
commit 7d37d9a2ce
2 changed files with 16 additions and 3 deletions

13
weekI/monday/office.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Week I - Sunday - Office</title>
</head>
<body>
<h1>Sunday Office of Readings</h1>
<h2>A Public Domain Liturgy of the Hours</h2>
<p>insert psalm here</p>
</body>
</html>

View file

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Week I - Sunday - Office</title> <title>Week I - Sunday - Office</title>
</head> </head>
<body> <body>
<h1>Sunday Office of Readings</h1> <h1>Sunday Office of Readings</h1>
<h2>A Public Domain Liturgy of the Hours</h2> <h2>A Public Domain Liturgy of the Hours</h2>
<p>insert psalm here</p> <p>insert psalm here</p>
</body> </body>
</html> </html>