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

Side by Side Diff: third_party/apache-win32/error/include/top.html

Issue 147313008: Check Win32 Apache+PHP into third_party (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months 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
OLDNEW
(Empty)
1 <!--#if expr="! $CONTENT_LANGUAGE"
2 --><!--#set var="CONTENT_LANGUAGE" value="en"
3 --><!--#endif
4 --><!--#if expr="! $CHARACTER_ENCODING"
5 --><!--#set var="CHARACTER_ENCODING" value="ISO-8859-1"
6 --><!--#endif
7 --><?xml version="1.0" encoding="<!--#echo var="CHARACTER_ENCODING" -->"?>
8 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
9 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
10 <html xmlns="http://www.w3.org/1999/xhtml" lang="<!--#echo var="CONTENT_LANGUAGE " -->" xml:lang="<!--#echo var="CONTENT_LANGUAGE" -->">
11 <head>
12 <title><!--#echo encoding="none" var="TITLE" --></title>
13 <link rev="made" href="mailto:<!--#echo encoding="url" var="SERVER_ADMIN" -->" / >
14 <style type="text/css"><!--/*--><![CDATA[/*><!--*/
15 body { color: #000000; background-color: #FFFFFF; }
16 a:link { color: #0000CC; }
17 p, address {margin-left: 3em;}
18 span {font-size: smaller;}
19 /*]]>*/--></style>
20 </head>
21
22 <body>
23 <h1><!--#echo encoding="none" var="TITLE" --></h1>
24 <p>
OLDNEW
« no previous file with comments | « third_party/apache-win32/error/include/spacer.html ('k') | third_party/apache-win32/htdocs/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698