mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
ee6937f948
- robots.txt prevents crawling of everything but /stable - error.html has a simple meta refresh to the latest stable docs. This will also help crawlers find the right path.
10 lines
216 B
HTML
10 lines
216 B
HTML
Not found
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="refresh" content="0;URL='/stable'" />
|
|
</head>
|
|
<body>
|
|
Not found - redirecting you to <a href="/stable">latest stable docs</a>.
|
|
</body>
|
|
</html>
|