Skip to content
Snippets Groups Projects
Select Git revision
  • e3d1e54bd5b5ce8e2a843101caf1ef39c6685262
  • master default protected
  • revert-a279f36e
  • tag11-static-site
  • 10-404-clean
  • 08-simple-get|&&|09-404
  • 07-fdopen
  • 06-SIGCHLD
  • 05-fork1
  • 04-SIGPIPE
  • 03-REUSEADDR
  • 02-serveur-tcp-simple
  • 01-mise-en-place
13 results

index.html

Blame
  • index.html 966 B
    <html>
    <head>
    <title>       </title>
    <style type="text/css">
    <!--
    h1	{text-align:center;
    	font-family:Arial, Helvetica, Sans-Serif;
    	}
    
    p	{text-indent:20px;
    	}
    -->
    </style>
    </head>
    <body bgcolor = "#ffffcc" text = "#000000">
    <h1>Hello, World!</h1>
    
    <p>You can modify the text in the box to the left any way you like, and
    then click the "Show Page" button below the box to display the
    result here. Go ahead and do this as often and as long as you like.</p>
    
    <p>You can also use this page to test your Javascript functions and local
    style declarations. Everything you do will be handled entirely by your own
    browser; nothing you type into the text box will be sent back to the
    server.</p>
    
    <p>When you are satisfied with your page, you can select all text in the
    textarea and copy it to a new text file, with an extension of
    either <b>.htm</b> or <b>.html</b>, depending on your Operating System.
    This file can then be moved to your Web server.</p>
    
    </body>
    </html>