begin index.html -- CUT HERE
#-------------------------------------------------------------------------------
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# NOTE: REMOVE ALL LINES STARTING WITH '#' -- THEY ARE FOR YOUR USE ONLY!!!
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
John Doe's Home Page
# ^^^^^^^^
# Put your name here -- this is the title of your home page used for
# navigation (you might want to call it something else)
John Doe
# ^^^^^^^^
# Put your name here -- the tag specifies a level 1 heading (big, bold
# text); the
tag indicates the end of the heading text
# The
tag is a "horizontal rule" -- a separating line used to group
# information more clearly
Stuff that I want on my Home Page
# A level 2 heading -- not quite as big as level 1. There are 6 levels
# of headings.
# The following text is not contained withing heading tags, so it will
# appear smaller than the header text.
Here's where you can find me on campus:
# the
tag forces a line breaks (note that a Web browser will ignore any
# whitespace you put in your text and try to run all the text together
# unless you specify line breaks)
Room 144, MacNider Hall
(919) 966-5717
# the
tag indicates a paragraph break (usually two linefeeds)
Here's where you can find me at home:
342 Rosemary Street
Chapel Hill, NC 27514
(919) 967-1234
Links to other information
# here we will provide a list of hypertext links to other information
# which can be provided by you or provided by another WWW site
, , , and )
-
# This tag indicates the beginning of a list item
nameOfLocalInfo
# This line indicates a link to a local file called
# "~yourlogin/public_html/localInfo.html"
-
nameOfInfo
# This line indicates a link to a remote file called "info.html" on a
# machine named "web.server.internet.address"
finger
# ^^^^^^^^^
# Put your login name here. This cryptic line allows someone at another
# site to execute a finger script here in the BME dept at UNC
other finger
# ^^^^^^^^^
# In the UNC Comp Sci department, this calls the finger program.
# Play around and see which form works for you.
Last Revised: January 24, 1995
# The bulk of this example home page comes from Jason Priebe,
# priebe@bme.unc.edu
# This file called "index.html" should be in the directory called
# "public_html", and the permissions should allow global read
# access. For Web files, use something like
# chmod 644 *.html
# and for Web directories (including "public_html" and ".")
# chmod 755 . public_html
end index.html -- CUT HERE