Instructors can copy this document to the standard location in a class master account and then modify it. For example, an instructor could set up a sample home page with these commands:
% mkdir ~/public_html ~/public_html/fa05 % cp /share/b/pub/sample.class.html ~/public_html/fa05/index.html % chmod 751 ~/public_html/fa05 % chmod 644 ~/public_html/fa05/index.html
Home pages are formatted using the HTML markup language. HMTL formatting tags are enclosed in < > characters and may be upper or lower case characters. Here's a quick tutorial on HTML.
The basic structure of an HTML document is:
start a new paragraph
force a new line
For information on writing home pages (these may not always be available):