12 lines
305 B
HTML
12 lines
305 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
|
<meta content="utf-8" http-equiv="encoding">
|
|
<meta http-equiv="refresh" content="0; url=bagels/" />
|
|
</head>
|
|
<body>
|
|
Redirecting to <a href="bagels/">bagels/</a>…
|
|
</body>
|
|
</html>
|