# The Genealogist Part 2: Giving it a web-based GUI In [part 1 of this tutorial](http://www.swi-prolog.org/pengines/Genealogist.html) we built a Pengines based web-service capable of serving up solutions to queries about family relations over HTTP. In this part we shall create a simple web GUI for our Genealogist application. Here is the HTML we shall work with: ~~~~