Skip to content

Commit aa7ceb3

Browse files
authored
Update index.html for redirect
1 parent 999674d commit aa7ceb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Redirecting...</title>
5+
<title>DevNet Loading...</title>
66
<!-- Replace https://www.example.com with your desired destination URL -->
7-
<meta http-equiv="refresh" content="0; url=https://www.example.com/">
7+
<meta http-equiv="refresh" content="0; url=https://developer.cisco.com/">
88
</head>
99
<body>
10-
<p>If you are not redirected automatically, follow this <a href="https://www.example.com/">link to the new page</a>.</p>
10+
<p>If you are not redirected automatically, follow this <a href="https://developer.cisco.com/">link to the new page</a>.</p>
1111
</body>
1212
</html>

0 commit comments

Comments
 (0)