14 lines
179 B
HTML
14 lines
179 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>HTML Redirect</title>
|
|
<meta http-equiv="refresh" content="0; url =/srcdocserver/docserver/index.html" />
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
|
|
</html>
|
|
|