Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
http
/
tests
/
inspector
/
network
/
resources
/
404.php
blob: f1376ceb8417245c54718dcaa6949177ad613df6 [
file
] [
log
] [
blame
]
<?
php
header
(
"HTTP/1.0 404 Not Found"
);
echo
(
"404 - resource was not found."
);
?>