This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/jpl/web/jpl/index.html
2015-10-13 08:17:51 +01:00

21 lines
703 B
HTML

<html>
<head>
<title>welcome page for various HTTP <-> JPL <-> Prolog servlet demos</title>
</head>
<body>
<h2>JPL servlet examples</h2>
<p>
To invoke the <b>JPLServletByref</b> servlet with a couple of HTTP parameters, click
<a href="servlet/JPLServletByref?first=1st&second=2nd">servlet/JPLServletByref?first=1st&second=2nd</a>
</p>
<p>
To invoke the <b>JPLServletByval</b> servlet with a couple of HTTP parameters, click
<a href="servlet/JPLServletByval?first=1st&second=2nd">servlet/JPLServletByval?first=1st&second=2nd</a>
</p>
<hr>
<address><a href="mailto:paul.singleton@bcs.org.uk">Paul Singleton</a></address>
<address>February 2004</address>
</body>
</html>