forked from dbishai/orthodox-presenter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (35 loc) · 1.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Free and open-source web app for use in Coptic Orthodox church services">
<meta name="author" content="David Bishai">
<link rel="icon" href="favicon.ico">
<title>Orthodox Presenter</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-114132506-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-114132506-1');
</script>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/simple-sidebar.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/react-toggle.css" rel="stylesheet">
<link href="css/react-dates.css" rel="stylesheet">
<link href="css/rc-slider.css" rel="stylesheet">
</head>
<body>
<section id="OP_app"></section>
<script src="js/include/jquery-2.1.4.min.js"></script>
<script src="js/include/bootstrap.min.js"></script>
<script src="js/bundle.min.js"></script>
</body>
</html>