19 lines
217 B
HTML
19 lines
217 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>redirecting</title>
|
||
|
<style>
|
||
|
body {
|
||
|
background-color: black;
|
||
|
}
|
||
|
|
||
|
</style>
|
||
|
<meta http-equiv="refresh" content="time; URL={{location}}" />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
</body>
|
||
|
|
||
|
</html>
|