 |
Building 3D Models for the Web
Introduction to HTML |
Creating your own Web Page
- Log into one of the SGIs
- Select "IUP Vax" under the Apple menu.
- Ignore the window that prompts for your VMS username or press Control-z
to cancel it.
- Under the File menu, select Open Connection.
- In the Session Name field, enter the name of one of the SGIs,
cheetah.ma.iup.edu, jaguar.ma.iup.edu, or
leopard.ma.iup.edu. It doesn't matter which one you log into because
they all share the same Web directories.
- Click on OK.
- Enter your SGI username and password.
- Copy a template into your public_html directory
- Go to your personal Web directory
jaguar 1% cd public_html
- Copy the template and give it public read access
jaguar 2% cp /usr/people/ls499/sample.html index.html
jaguar 3% chmod 644 index.html
- Modify the template
- Open index.html using the pico editor and modify the template
jaguar 4% pico index.html
- View the changes
- While in pico, press control-x or control-o to save your changes
- View your new HTML page at http://cheetah.ma.iup.edu/~username/, where
"username" is replaced with your own username. On this Web
server, if you do not include the file name, it is assumed to be index.html.
References
- NCSA
Beginner's Guide to HTML
- Lynda Wienmann's Browser Safe
Colors

Maintained by
H. Edward Donley
<hedonley@grove.iup.edu>
Last Modified Monday, 13-Aug-2001 16:53:27 EDT