Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Side by Side Diff: lighttpd/htdocs/index.html

Issue 467008: Move lighttpd into deps because it's 20mb of win and mac specific... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « lighttpd/conf/lighttpd-tag.conf ('k') | lighttpd/htdocs/light_button.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/ DTD/xhtml11.dtd">
2
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4 <head>
5 <title>Test Page for the LightTPD HTTP Server</title>
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF- 8" />
7 <style type="text/css">
8 /*<![CDATA[*/
9 body {
10 background-color: #fff;
11 color: #000;
12 font-size: 0.9em;
13 font-family: sans-serif,helvetica;
14 margin: 0;
15 padding: 0;
16 }
17 :link {
18 color: #c00;
19 }
20 :visited {
21 color: #c00;
22 }
23 a:hover {
24 color: #224;
25 }
26 h1 {
27 text-align: center;
28 margin: 0;
29 padding: 0.6em 2em 0.4em;
30 background-color: #22437f;
31 color: #fff;
32 font-weight: normal;
33 font-size: 1.75em;
34 border-bottom: 2px solid #000;
35 }
36 h1 strong {
37 font-weight: bold;
38 }
39 h2 {
40 font-size: 1.1em;
41 font-weight: bold;
42 }
43 hr {
44 display: none;
45 }
46 .content {
47 padding: 1em 5em;
48 }
49 .content-columns {
50 /* Setting relative positioning allows for
51 absolute positioning for sub-classes */
52 position: relative;
53 padding-top: 1em;
54 }
55 .content-column-left {
56 /* Value for IE/Win; will be overwritten for oth er browsers */
57 width: 47%;
58 padding-right: 3%;
59 float: left;
60 padding-bottom: 2em;
61 }
62 .content-column-left hr {
63 display: none;
64 }
65 .content-column-right {
66 /* Values for IE/Win; will be overwritten for ot her browsers */
67 width: 47%;
68 padding-left: 3%;
69 float: left;
70 padding-bottom: 2em;
71 }
72 .content-columns>.content-column-left, .content-columns> .content-column-right {
73 /* Non-IE/Win */
74 }
75 img {
76 border: 2px solid #fff;
77 padding: 2px;
78 margin: 2px;
79 }
80 a:hover img {
81 border: 2px solid #224;
82 }
83 /*]]>*/
84 </style>
85 </head>
86
87 <body>
88
89 <h1><strong>LightTPD Test Page</strong></h1>
90
91 <div class="content">
92 <div class="content-middle">
93 <p>This page is used to test the proper operatio n of the LightTPD HTTP server after it has been installed. If you can read this page, it means that the LightTPD HTTP server installed at this site is working p roperly.</p>
94 </div>
95 <hr />
96
97 <div class="content-columns">
98 <div class="content-column-left">
99 <h2>If you are a member of the general p ublic:</h2>
100
101 <p>The fact that you are seeing this pag e indicates that the website you just visited is either experiencing problems, o r is undergoing routine maintenance.</p>
102
103 <p>If you would like to let the administ rators of this website know that you've seen this page instead of the page you e xpected, you should send them e-mail. In general, mail sent to the name "webmast er" and directed to the website's domain should reach the appropriate person.</p >
104
105 <p>For example, if you experienced probl ems while visiting www.example.com, you should send e-mail to "webmaster@example .com".</p>
106 <p><br /></p>
107 <p><br /></p>
108
109 <p><a href="http://lighttpd.net/" title= "Powered by LightTPD"><img src="light_button.png" alt="[ Powered by LightTPD ]"/ ></a></p>
110 <hr />
111 </div>
112
113 <div class="content-column-right">
114 <h2>If you are the website administrator :</h2>
115
116 <p>You may now add content to the direct ory <tt>HTDOCS\</tt>. Note that until you do so, people visiting your website wi ll see this page, and not your content. To prevent this page from ever being use d, replace this file (<tt>index.html</tt>). You may also wish to make modificati ons to <tt>conf\lighttpd-inc.conf</tt>.</p>
117
118 <p>You are free to use the images below on web sites powered by the LightTPD HTTP Server:</p>
119
120 <p><a href="http://lighttpd.net/" title= "LightTPD - 'Fly light'"><img src="light_logo.png" alt="[ Powered by LightTPD ]" /></a></p>
121
122 </div>
123
124 </div>
125 </div>
126 </body>
127 </html>
OLDNEW
« no previous file with comments | « lighttpd/conf/lighttpd-tag.conf ('k') | lighttpd/htdocs/light_button.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698