1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xmlns="http://www.w3.org/1999/xhtml"> 3<head> 4<title>Redirect to the main page after 0 seconds</title> 5<meta http-equiv="refresh" content="0; URL=./html/index.html"> 6<meta name="keywords" content="automatic redirection"> 7</head> 8 9<body> 10 11If the automatic redirection is failing, click <a href="./html/index.html">open Documentation</a>. 12 13</body> 14</html> 15