Below are directions for setting up web pages in your Unix account. Or alternately give the command websetup on any of our Unix systems.
% cd -- cd to your home directory % mkdir public_html -- make the new directory % chmod a+rx public_html -- make it readable and executable by all
% chmod o+x ~/. -- make it executable (searchable) by others
To see how it was written, use your browser's "
view source" command or click on the link
"Source File". By comparing a page and its
source, you will learn to compose your own pages.
(See the references at the bottom of the sample page
for further information or use a
template
).
http://www.math.utah.edu/~xyzIf you happen to be running a web server on a Mac or PC, then web pages on these servers can also be linked our pages.
An easy way to get write your first web page is to use a template which already has all the boring stuff:
You can copy the template source to get started.