This repository has been archived on 2024-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
XF/documentation.html

14 lines
448 B
HTML
Raw Normal View History

2023-09-19 13:59:49 +00:00
<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>