mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
10 lines
242 B
HTML
10 lines
242 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Redirecting...</title>
|
|
<meta name="robots" content="noindex">
|
|
<meta http-equiv="refresh" content="0; url=index.html">
|
|
</head>
|
|
<body>
|
|
<p>Page moved <a href="index.html">here</a>.</p>
|
|
</body> |