Web Application creation on UNIX

Hi,

I would like to create an application with HTML front end in Unix.

I am working on enterprise Unix server, so I could not install any add ons or software in my machine. but still i have super user permissions. I can change the permissions as i wish. I have built a small application with the help of Unix shell script, now I would like to link the code to HTML front end to access through browser.

If any help that would be great thanks !!!

You will need a web server such as Apache to access the web pages. The setup of your web server will depend on whether the files / scripts are stored locally or remotely. The manual of the web server will guide you through the process of viewing your HTML pages.
Once the web server runs, you can start to tweak the script.