mirror of
https://github.com/textmate/textmate.git
synced 2026-01-14 09:18:07 -05:00
21 lines
479 B
HTML
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(/&/, "&").replace(/</, "<");
|
|
document.write(path);
|
|
</script></code></p>
|
|
|
|
</body>
|
|
</html>
|