Files
textmate/Frameworks/HTMLOutput/resources/error_not_found.html
Allan Odgaard 9894969e67 Initial commit
2012-08-09 16:25:56 +02:00

21 lines
479 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>File Not Found</title>
</head>
<body>
<h1>File Not Found</h1>
<p>The requested file was not found: <code><script>
var path = /[&?]path=([^&]+)/.exec(window.location.search)[1];
path = unescape(unescape(path));
path = path.replace(/&/, "&amp;").replace(/</, "&lt;");
document.write(path);
</script></code></p>
</body>
</html>