-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (83 loc) · 3.7 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
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html>
<head>
<title>Biblicos | Sociedad Bíblica Digital</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="google" value="notranslate" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,user-scalable=no,width=device-width">
<meta property="og:title" content="inScript | Read, Listen, and Search the Scriptures." />
<meta property="og:type" content="website" />
<meta property="og:description" content="Bible study application with Greek and Hebrew integration, syntax highlighting, and other fun goodies." />
<meta property="og:url" content="https://www.biblicos.com" />
<meta property="og:image" content="https://inscript.bible.cloud/images/inscript_facebook_1200x630.jpg" />
<noscript><meta http-equiv="refresh" content="1; url=content/texts/"></noscript>
<!-- Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="https://images.bible.cloud/icons-bc/apple-touch-icon.png">
<link rel="apple-touch-startup-image" href="https://inscript.bible.cloud/images/startup.png" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="icon" type="image/png" href="https://images.bible.cloud/icons-bc/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://images.bible.cloud/icons-bc/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="https://images.bible.cloud/icons-bc/manifest.json">
<link rel="mask-icon" href="https://images.bible.cloud/icons-bc/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="https://images.bible.cloud/icons-bc/favicon.ico">
<meta name="msapplication-config" content="//images.bible.cloud/icons-bc/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Build -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://inscript.bible.cloud/build/build.min.js?v=4.0.2"></script>
<link rel="stylesheet" href="https://inscript.bible.cloud/build/build.min.css?v=4.0.2" />
<script>
sofia.config = $.extend(sofia.config, {
siteTitle: 'Bíblicos',
windows: [
{type: 'bible', data: {textid: 'SPNBLA', fragmentid: 'JN1_1'}},
{type: 'search', data: {textid: 'SPNBLA', searchtext:'Verbo'}}
],
defaultLanguage: 'es',
pinnedLanguage: 'es',
settingsPrefix: '20170308',
enableBibleSelectorTabs: false,
textsIndexPath: 'dbs_texts.json',
baseContentUrl: 'https://inscript.bible.cloud/',
baseContentApiKey: 1234,
baseContentVersion: 5,
baseAPIUrl: 'https://api.bible.cloud/',
serverSearchPath: 'https://api.bible.build/search/',
// absUrl: 'https://api.bible.build/bible/partners/abs/',
enableOnlineSources: true,
enableFeedback: true,
feedbackUrl: 'https://bible.cloud/feedback/',
newCommentaryWindowTextId: "comm_eng_tske",
fcbhKey: '111a125057abd2f8931f6d6ad9f2921f',
jfmKey: '52b06248a3c6e8.12980089',
gaKey: 'UA-75606747-4',
gaUrl: 'biblicos.org',
enableAmericanBibleSociety: true,
eng2pEnableAll: false,
deafCentric: false,
enableDeafBibleWindow: false,
deafBibleWindowDefaultBibleVersion: 'ASESLV'
});
</script>
<style>
#app-logo a {
line-height:60px;
color:#FFF;
text-decoration:none;
font-size:x-large;
}
/* Three Column Fix for long menu titles */
.main-menu-item {
width:100px;
}
</style>
<!-- Fallback -->
<noscript><meta http-equiv="refresh" content="1; url=https://bible.cloud/reader/"></noscript>
<!--[if lte IE 8]>
<meta http-equiv="refresh" content="1; url=https://bible.cloud/reader/">
<![endif]-->
</head>
<body>
</body>
</html>