[Next] [Previous] [Up] [Top] [Contents]

CHAPTER 27 World Wide Web

27.6 Home Page


To complete your service you'll want to set up a Home Page on your server.

You'll need to know a little bit about HTML and the following primer will help you get started:

http://www.ncsa.uiuc.edu/General/Internet/WWW/HTMLPrimer.html

A good style guide can be found at:

http://www.sun.com/styleguide

A simple home page could be something like this one, which you can find on http://www-wks.acs.ohio-state.edu, with the following HTML:

<HTML>

<HEAD>

<body background = "/icons/paper.jpg" link="#0000ac">

<TITLE>UTS WORKSTATION GROUP HOME PAGE</TITLE>

<!--Owner_Info="Frank Fiamingo, University Technology Services">

<LINK REV=MADE HREF="mailto:fgf+@osu.edu">

</HEAD>

<BODY>

<A NAME="loc0"></A>

<H2>

<CENTER><IMG SRC="/icons/uts_wks_logo.gif" ALT=""></CENTER>

<P>

<P>

<A HREF="http://www.eff.org/blueribbon.html"><IMG SRC="/icons/rib_bar_wh.gif"></A>

<P>

<P>

<A NAME="loc1"></A>

<CENTER>University Technology Services Workstation Support Group</CENTER></H2>

<P> <A NAME ="loc2"></A><DD><A HREF="/uts_wks_people.html">Staff members</A> are available for appointments to demonstrate software, help

with machine installations, and give general system support. They are usually

available weekdays between the hours of 8A and 5P. UTS workstation support is

usually provided on a "second-level" support basis. Your primary

platform (or machine) support person within your department should be

contacted initially.

<P>The UTS Workstation Group provides campus-wide support services for

the workstation platforms listed below. Please select the platform in

which you are interested to obtain more detailed information on the support

services which are available.

<UL>

<LI> <B><A HREF="http://araminta.acs.ohio-state.edu/ats_wks_sgi_home.html"> SGI IRIX</A></B></LI>

<LI> <B><A HREF="/sun/home.html"> Sun SOLARIS & SUNOS</A></B></LI>

<LI> <B><A HREF="http://axpjob.acs.ohio-state.edu">DEC ULTRIX & OSF/1</A></B></LI>

<LI> <B><A HREF="/sysadm_course/sysadm.html">

Unix System Administration Course Notes </A></B></LI>

<LI> <B><A HREF="/unix_course/unix.html">

Unix Course Notes </A></B></LI>

<LI> <B><A HREF="/basic_unix_guide/unix_guide.html">

Basic Unix Survival Guide </A></B></LI>

<LI> <B><A HREF="inventory.html">Documentation</A></B></LI>

</UL>

<HR>

<BR>

<P>The University Technology Services Workstation Support Group is housed

in the Baker Systems Engineering Building, Columbus, Ohio 43210

and can be reached via ...

<P>

<B><DL COMPACT>

<DD>Phone: (614)292-7802

<DD>FAX: (614)292-7081

<DD>Internet: fgf+@osu.edu

</DL></B>

<A NAME="loc6"></A>

<HR>

<ADDRESS>Maintained by: <A HREF="/uts_wks_frank.html">Frank Fiamingo</A></ADDRESS>

<P>

<ADDRESS>(The services referenced here are constantly being updated.

For more complete information contact the author.) </ADDRESS>

</BODY>

</HTML>

When you find a page you like on the Web you can use your browser to display or save the HTML for the page, allowing you to learn from the examples you view. When viewed by Netscape this page looks like:


Unix System Administration - 8 AUG 1996
[Next] [Previous] [Up] [Top] [Contents]