You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by fi...@apache.org on 2007/10/11 08:46:48 UTC

svn commit: r583699 - /labs/webarch/trunk/http/index.html

Author: fielding
Date: Wed Oct 10 23:46:47 2007
New Revision: 583699

URL: http://svn.apache.org/viewvc?rev=583699&view=rev
Log:
Hypertext Transfer Protocol


Added:
    labs/webarch/trunk/http/index.html   (with props)

Added: labs/webarch/trunk/http/index.html
URL: http://svn.apache.org/viewvc/labs/webarch/trunk/http/index.html?rev=583699&view=auto
==============================================================================
--- labs/webarch/trunk/http/index.html (added)
+++ labs/webarch/trunk/http/index.html Wed Oct 10 23:46:47 2007
@@ -0,0 +1,40 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-US">
+   <head>
+      <title>HTTP/1.1 redrafting area</title>
+      <meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
+      <link rel="stylesheet" type="text/css" href="http://labs.apache.org/css/html.css" media="screen, projection, tv" />
+      <link rel="stylesheet" type="text/css" href="http://labs.apache.org/css/layout.css" media="screen, projection, tv" />
+      <link rel="stylesheet" type="text/css" href="http://labs.apache.org/css/print.css" media="print" />
+   </head>
+   <body>
+      <div id="header">
+         <a href="http://labs.apache.org/"><img src="http://labs.apache.org/images/bg/top_left.jpg" alt="left slice" class="left" /></a> <img src="http://labs.apache.org/images/bg/top_right.jpg" alt="right slice" class="right" />
+      </div>
+      <div id="content">
+         <div id="mainMenu">
+            <ul class="floatLeft">
+               <li><a href="http://labs.apache.org/webarch/" title="Home">Home</a></li>
+               <li><a href="draft-fielding-http/" title="HTTP">HTTP</a></li>
+               <li><a href="../uri/" title="URI">URI</a></li>
+               <li><a href="http://labs.apache.org/mail.html" title="Mailing Lists and Archives">Mailing Lists</a></li>
+               <li><a href="http://issues.apache.org/jira/browse/LABS/component/12311588" title="Issues">Issues</a></li>
+               <li><a href="http://svn.apache.org/repos/asf/labs/webarch/trunk/http/draft-fielding-http/" title="Repository" class="last">Repository</a></li>
+            </ul>
+         </div>
+         <div id="page">
+            <div class="gradient">
+               <h1>Web Architecture Lab<br />
+                   Hypertext Transfer Protocol</h1>
+               <h2><a href="draft-fielding-http/">HTTP/1.1 redrafting area</a></h2>
+            </div>
+         </div>
+      </div>
+      <div id="footer">
+         <div id="width">
+            <span class="floatLeft">Copyright © 2007 The <a href="http://www.apache.org/" title="The Apache Software Foundation">Apache Software Foundation</a></span> <span class="floatRight">design <a href="http://labs.apache.org/credits.html" title="Credits">credits</a> <span class="grey">|</span> valid <a href="http://validator.w3.org/check?uri=referer" title="Validate XHTML">XHTML</a> <span class="grey">|</span> valid <a href="http://jigsaw.w3.org/css-validator?uri=referer" title="Validate CSS">CSS</a></span>
+         </div>
+      </div>
+   </body>
+</html>

Propchange: labs/webarch/trunk/http/index.html
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org