This will be a good enough web page for this class.

If you don't have a home page, login to your account (CAEN or ITD). You will have a Public subdirectory in your home directory.
  1. cd Public/html

    If you get the error message: Public/html: No such file or directory,
    first check that you spelled it correctly and used the correct case. If you still get the error, make an html subdirectory in your Public subdirectory.

    1. cd Public
    2. mkdir html
    3. cd html
  2. Make a homepage in the html directory. If you don't know how,
    1. pico index.html
    2. type this into the file

      <HTML>
      <HEAD>
      <TITLE>  The homepage of  Yer Name  </TITLE>
      </HEAD>
      <BODY>
      {Write something about yerself here } 
      </BODY>
      </HTML>
      

NOTE:

If you use your ITD account, your URL will be:
http://www-personal.umich.edu/~yerUniqueName

If you use your CAEN account, your URL will be:
http://www-personal.engin.umich.edu/~yerUniqueName


Last Updated by S.L Bartlett on 1/8/99