forked from NVIDIA/GenerativeAIExamples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 850 Bytes
/
Copy pathindex.html
File metadata and controls
18 lines (18 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<title>Redirect to documentation</title>
<meta charset="utf-8">
<meta http=equiv="refresh" content="3; URL=https://github.com/nvidia/GenerativeAIExamples?tab=readme-ov-file#nvidia-generative-ai-examples">
<link rel="canonical" href="https://github.com/nvidia/GenerativeAIExamples?tab=readme-ov-file#nvidia-generative-ai-examples">
<script language="javascript">
function redirect() {
window.location.assign("https://github.com/nvidia/GenerativeAIExamples?tab=readme-ov-file#nvidia-generative-ai-examples")
}
</script>
</head>
<body onload="redirect()">
<p>Please follow the link to the <a href="https://github.com/nvidia/GenerativeAIExamples?tab=readme-ov-file#nvidia-generative-ai-examples">
latest</a> documentation in the GitHub repository.</p>
</body>
</html>