diff options
Diffstat (limited to 'docs/tutorials/002/page01.html')
-rw-r--r-- | docs/tutorials/002/page01.html | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/docs/tutorials/002/page01.html b/docs/tutorials/002/page01.html index 6b30588b567..280bb0de807 100644 --- a/docs/tutorials/002/page01.html +++ b/docs/tutorials/002/page01.html @@ -1,19 +1,20 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> - <TITLE>ACE Tutorial 002</TITLE> - <META NAME="GENERATOR" CONTENT="Mozilla/3.01Gold (Win95; I) [Netscape]"> + <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> + <META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (X11; I; Linux 2.0.32 i486) [Netscape]"> <META NAME="Author" CONTENT="James CE Johnson"> <META NAME="Description" CONTENT="A first step towards using ACE productively"> + <TITLE>ACE Tutorial 002</TITLE> </HEAD> -<BODY text = "#000000" link="#000fff" vlink="#ff0f0f" bgcolor="#ffffff"> +<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#000FFF" VLINK="#FF0F0F"> +<CENTER><B><FONT SIZE=+2>ACE Tutorial 002</FONT></B></CENTER> + +<CENTER><B><FONT SIZE=+2>Creating a Better Server</FONT></B></CENTER> -<CENTER><P><B><FONT SIZE=+2>ACE Tutorial 002<BR> -Creating a Better Server </FONT></B></P></CENTER> <P> -<HR WIDTH="100%"></P> +<HR WIDTH="100%"> <P>In this tutorial, we will build a little on what we learned in the first tutorial and add a few extras. In the end, we will have a better server @@ -47,11 +48,5 @@ of the program. We hinted that there may be a way to eliminate hand-coding an <I>acceptor</I> each time we want to create a server. Here, we will explore that approach.</P> -<P> -<HR WIDTH="100%"></P> - -<CENTER><P>[<A HREF="../online-tutorials.html">Tutorial Index</A>] [<A HREF="page02.html">Continue -This Tutorial</A>] </P></CENTER> - -</BODY> -</HTML> +<P><HR WIDTH="100%"> +<CENTER>[<A HREF="../online-tutorials.html">Tutorial Index</A>] [<A HREF="page02.html">Continue This Tutorial</A>]</CENTER> |