mirror of
https://github.com/Student-design-office-kit/ST_cybergarden.git
synced 2025-04-29 14:28:47 +00:00
13 lines
219 B
HTML
13 lines
219 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>404</title>
|
|
<meta http-equiv="Refresh" content="0; url=/">
|
|
</head>
|
|
<body>
|
|
<h1>404</h1>
|
|
<p>You will be redirected to main page</p>
|
|
</body>
|
|
</html>
|