#!/bin/sh echo "Content-type: text/html" echo "" cat index.html ; exit 0