-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (53 loc) · 2.88 KB
/
index.html
File metadata and controls
66 lines (53 loc) · 2.88 KB
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Holy Rosary Online | holyrosaryonline.com</title>
<meta name="description" content="Pray the rosary with the help of this small app.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="https://holyrosaryonline.com/opengraph.jpg">
<!-- Place favicon.ico in the root directory -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/favicon.ico">
<meta name="apple-mobile-web-app-title" content="Holy Rosary">
<meta name="application-name" content="Holy Rosary Online">
<meta name="msapplication-TileColor" content="#b91d47">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/spectrum.min.css">
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<noscript>
<p>HolyRosaryOnline.com is a small website meant to help people pray the
Rosary. It is an open source project maintained by web developer Matt
Watson.</p>
<p><strong>It appears JavaScript is disabled or not available in your
web browser.</strong> HolyRosaryOnline.com requires JavaScript, which
runs automatically on all common, modern browsers like Chrome, Safari,
Firefox and Internet Explorer, unless you have an ad blocker that disables
JavaScript or have blocked JavaScript in your browser's settings. You may
whitelist HolyRosaryOnline.com from your ad blockers, because we do not
have ads nor any type of JavaScript tracking.</p>
<p>If JavaScript is not available to you or you do not wish to enable it,
we refer you to the prayers in PDF form available in English at
<a href="http://www.newadvent.org/images/rosary.pdf">NewAdvent.org</a></p>
<p>Email <a href="mailto:matt@mattwatson.org">matt@mattwatson.org</a>
for questions or leave an issue on the GitHub page</p>
</noscript>
<div id="app">
</div>
<script src="/js/vendor/modernizr-3.7.1.min.js"></script>
<script src="/js/vendor/jquery-3.4.1.min.js"></script>
<script src="/js/vendor/spectrum.min.js"></script>
<script src="/js/plugins.js"></script>
<script src="/js/main.js"></script>
</body>
</html>