<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Basic GetBible Test</title> <!-- getBible JS --> <script src="../dist/js/getBible.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" data-format="tooltip">John 3:16,19 </li> <li class="getBible" data-show-abbreviation="1" data-format="modal" data-bible-url="https://trueChristian.church/scriptures/">John 3:16-17; 1 John 3:16-19,22</li> <li class="getBible" data-translation="kjv;codex;aov" data-show-reference="1" data-format="modal" data-show-bible-link="1">Genesis 1:1</li> <li class="getBible" data-translation="kjv;codex" data-show-language="1" data-format="tooltip">Psalms 23:1-4</li> <li class="getBible" data-bible-url="https://trueChristian.church/scriptures/">Romans 8:28,31-39</li> <li class="getBible" data-bible-url="https://trueChristian.church/scriptures/">John 3:15-21</li> </ul> </body> </html>