mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2025-01-09 04:18:46 +08:00
15 lines
430 B
HTML
15 lines
430 B
HTML
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Redirecting...</title>
|
|
<link rel="canonical" href="quick_start/">
|
|
<script>var anchor=window.location.hash.substr(1);location.href="quick_start/"+(anchor?"#"+anchor:"")</script>
|
|
<meta http-equiv="refresh" content="0; url=quick_start/">
|
|
</head>
|
|
<body>
|
|
You're being redirected to a <a href="quick_start/">new destination</a>.
|
|
</body>
|
|
</html>
|