15 lines
206 B
HTML
15 lines
206 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>
|
|
clear!
|
|
</title>
|
|
<meta http-equiv="refresh" content="3;url=/">
|
|
</head>
|
|
<body>
|
|
<p>
|
|
cleared cookie data. redirecting to / in a bit
|
|
</p>
|
|
</body>
|
|
</html>
|