This is an image

Charlottesville City Schools

This is an image

Office: (434) 245-2410

Attendance: (434) 245-2697

Fax: (434) 245-2610

My School Schedule

HOW TO BUILD MY WEB PAGE?

How to setup my account to display my web page

Login to server nightmare.cs.uct.ac.za using your Unix credentials Change directory to your public_html folder - [username@nightmare] ~$ cd public_html

Create the index.html file

While you may create several Web pages, the index.html file will be your "landing page". This page will contain your primary information and links to other information that you may want to share. Copy and save the following example html into your index.html file...

Making the index.html file to be readable

Assuming that you are using the command line... View/List the content of the public_html directory - [username@nightmare] ~$ ls -lia Change the index.html file to be world readable - [username@nightmare] ~$ chmod 644 index.html

Need help?

Click HERE for more examples