#! /bin/sh

echo Content-type: text/html
echo

echo "<html><head><title>Setting file</title></head>"
echo "<body><h1>List of attribute files</h1>"

echo "</body></html>"
echo
