-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (68 loc) · 4.01 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
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<meta http-equiv="Content-Security-Policy" content="default-src * gap://ready file:; style-src 'self' 'unsafe-inline' *; script-src 'self' 'unsafe-inline' 'unsafe-eval' *">
<title>First Principles</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="js/jquery/jquery.mobile-1.1.0.min.css" />
<script type="text/javascript" src="js/jquery/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="js/jquery/jquery.mobile-1.1.0.min.js"></script>
<script type="text/javascript" src="js/pouchdb/pouchdb-6.2.0.min.js"></script>
<script type="text/javascript" src="js/pouchdb/pouchdb.cordova-sqlite.js"></script>
<script type="text/javascript" src="js/all.js"></script>
<script src="cordova.js"></script>
<link rel="apple-touch-icon" href="images/apple-touch-icon.png" />
<link rel="apple-touch-icon" href="images/apple-touch-icon-precomposed.png" />
<link rel="shortcut icon" href="images/favicon.ico" />
</head>
<body>
<div data-role="page" data-dom-cache="true" id="firstprinciples" data-theme="b" data-title="First Principles">
<div data-role="header" data-theme="b">
<h1>First Principles</h1>
</div>
<div data-role="content" data-theme="d">
<ul data-role="listview">
<li><a href="pages/introduction.html">Introduction</a></li>
<li><a href="pages/courseinfo.html">Course Information</a></li>
<li><a href="pages/bookofjohn.html">The Book of John</a></li>
<li><a href="pages/seekinggod.html">Seeking God</a></li>
<li><a href="pages/theword.html">The Word of God</a></li>
<li><a href="pages/discipleship.html">Discipleship</a></li>
<li><a href="pages/thekingdom.html">The Coming of the Kingdom</a></li>
<li><a href="pages/lightanddarkness.html">Light and Darkness</a></li>
<li><a href="pages/newtestamentconversion.html">New Testament Conversion</a></li>
<li><a href="pages/thecross.html">The Cross</a></li>
<li><a href="pages/medicalaccount.html">The Medical Account of the Crucifixion of Christ</a></li>
<li><a href="pages/baptismholyspirit.html">Baptism with the Holy Spirit</a></li>
<li><a href="pages/miraculousgiftsholyspirit.html">Miraculous Gifts of the Holy Spirit</a></li>
<li><a href="pages/thechurch.html">The Church</a></li>
<li><a href="pages/bookofacts.html">The Book of Acts</a></li>
<li><a href="pages/afterbaptismnowwhat.html">After Baptism, Now What?</a></li>
<li><a href="pages/christisyourlife.html">Christ Is Your Life</a></li>
<li><a href="pages/bestfriendsofalltime.html">Best Friends of All Time</a></li>
<li><a href="pages/themission.html">The Mission</a></li>
<li><a href="pages/persecution.html">Persecution</a></li>
<li><a href="pages/memoryscriptures.html">Memory Scriptures</a></li>
</ul>
</div>
<div data-role="footer" data-theme="b">
<div class="fpPageFooter">
<a href="pages/contactus.html" data-role="button">Contact Us</a>
<div class='social'>
<a href='http://www.facebook.com/sharer.php?u=http://usd21.org/m/' class='social_icon facebook' rel='external nofollow'></a>
<a href='https://twitter.com/share?url=http://usd21.org/m/' class='social_icon twitter' rel='external nofollow'></a>
<a href='https://plusone.google.com/_/+1/confirm?hl=en&url=http://usd21.org/m/' class='social_icon googleplus' rel='external nofollow'></a>
<div style='clear:both'></div>
</div>
<div class="fpPageFooterImages">
<a href="http://www.usd21.org/" rel="external"><img src="images/usd21_2012_logo.png" width="215" height="52" border="0" alt="UpsideDown21"></a><br>
<a href="http://discipleshipmedia.com/" rel="external"><img src="images/dm_2012_logo.png" width="215" height="26" border="0" alt="Discipleship Media"></a>
</div>
© 2018 International Christian Churches (SoldOut Discipling Movement)
</div>
</div>
</div>
</body>
</html>