mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
13 lines
354 B
HTML
13 lines
354 B
HTML
<!doctype html>
|
|||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<title>Home</title>
|
||
|
|
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs">
|
||
|
|
<link rel="canonical" href="https://docs.roboco.tech/docs">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<p>This page has moved to <a href="https://docs.roboco.tech/docs">https://docs.roboco.tech/docs</a>.</p>
|
||
|
|
</body>
|
||
|
|
</html>
|