mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Older html is modified with redirect code to redirect to relevant part in newsite or docs. So, someone linking to us will still work.
14 lines
304 B
HTML
14 lines
304 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="refresh" content="0;url=http://gunicorn.org/">
|
|
<title>Green Unicorn - Configuration</title>
|
|
</head>
|
|
<body>
|
|
<h2>
|
|
Redirecting to <a href="http://gunicorn.org/">here</a>
|
|
</h2>
|
|
</body>
|
|
</html>
|