TensorRT-LLMs/index.html
Kaiyu Xie 1b55286e1b
doc: support main page redirection (#3870)
* Test

Signed-off-by: Kaiyu Xie <26294424+kaiyux@users.noreply.github.com>

* Update

Signed-off-by: Kaiyu Xie <26294424+kaiyux@users.noreply.github.com>

---------

Signed-off-by: Kaiyu Xie <26294424+kaiyux@users.noreply.github.com>
2025-04-25 10:50:50 -07:00

12 lines
274 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; url=latest" />
</head>
<body>
If you are not redirected automatically, follow this <a href="latest">link to latest</a>.
</body>
</html>