Sign in
apache
/
httpd-tests
/
refs/heads/trunk
/
.
/
t
/
htdocs
/
modules
/
proxy_html
/
meta_simple.html
blob: d99179604b37543d1f0179cc444053013c20f06d [
file
]
<!DOCTYPE html>
<html>
<head>
<meta
http-equiv
=
"X-Custom-Header"
content
=
"SimpleValue"
>
<title>
Simple Meta Test
</title>
</head>
<body>
<p>
Test for simple meta http-equiv extraction
</p>
</body>
</html>