28 lines
876 B
HTML
28 lines
876 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>GetBible Tooltips (2.0.2) Example</title>
|
|
|
|
<!-- getBible JS -->
|
|
<script src="https://cdn.jsdelivr.net/gh/getbible/loader@2.0.2/dist/js/getBible.min.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Scripture References</h1>
|
|
|
|
<p>Hover over the references to see the scripture text:</p>
|
|
|
|
<ul>
|
|
<li class="getBible" data-translation="kjv;aov" data-show-translation="1" data-show-language="1">John 3:16,19</li>
|
|
<li class="getBible" data-show-abbreviation="1">John 3:16-17; 1 John 3:16-19,22</li>
|
|
<li class="getBible" data-translation="kjv;codex" data-show-language="1">Genesis 1:1</li>
|
|
<li class="getBible" data-translation="kjv;codex" data-show-language="1">Psalms 23:1-4</li>
|
|
<li class="getBible">Romans 8:28,31-39</li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|