14 lines
448 B
HTML
14 lines
448 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>A web page that points a browser to a different page after 2 seconds</title>
|
||
|
<meta http-equiv="refresh" content="0; URL=./test-bench/doxygen/output/html/index.html">
|
||
|
<meta name="keywords" content="automatic redirection">
|
||
|
</head>
|
||
|
<body>
|
||
|
If your browser doesn't automatically go there within a few seconds,
|
||
|
you may want to go to
|
||
|
<a href="./test-bench/doxygen/output/html/index.html">the destination</a>
|
||
|
manually.
|
||
|
</body>
|
||
|
</html>
|