Currently this is just a redirect, but we could build for different versions and add a menu.
9 lines
236 B
HTML
9 lines
236 B
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Refresh" content="0; url='magick_rust/index.html'" />
|
|
</head>
|
|
<body>
|
|
<p>Please <a href="magick_rust/index.html">click here</a> if you are not automatically redirected.</p>
|
|
</body>
|
|
</html>
|