aboutsummaryrefslogtreecommitdiffstats
path: root/apps/console/diatheke/pqa/src/index.html
blob: ff7a8c41cbae9c8a26ce97c1b9c6374ee6bd164c (plain) (blame)
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
<html>
<head>
<title>HANDiatheke</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF">
<center>
<form action=http://bible.gotjesus.org/cgi-bin/diatheke.pl method=get>
    Quick lookup in KJV, NIV, NAS, & WEB:<br> 
<INPUT name=verse>
<INPUT name=Submit type=submit value=Lookup>
<input type=hidden name=KJV value=on>
<input type=hidden name=NIV value=on>
<input type=hidden name=NASB value=on>
<input type=hidden name=WEB value=on>
<input type=hidden name=palm value=on>
</form><hr>
  <a href="all.html">All Books</a><br>
  <br><br>
  <table border=0>
    <tr> 
      <td width="50%" height="22"> <a href="dict.html">Dictionaries & Topics</a></td>
      <td width="50%" height="22"> <a href="lex.html">Lexica</a></td>
    </tr>
  </table>
  <br><br>
  Bibles & Commentaries:<br>
  <table border=0>
    <tr> 
      <td width="33%"> <a href="english.html">English</a></td>
      <td width="34%"> <a href="french.html">French</a></td>
      <td width="33%"> <a href="german.html">German</a></td>
    </tr>
    <tr> 
      <td width="33%"> <a href="ancient.html">Ancient</a></td>
      <td width="34%"> <a href="spanish.html">Spanish</a></td>
      <td width="33%"> <a href="other.html">Other</a></td>
    </tr>
  </table>
</center>
</body>
</html>