Skip to content

Commit 4ec2db6

Browse files
authored
Merge pull request #3 from Rob-Hague/patch-1
Redirect to project pages
2 parents 46eefe2 + a30f2ea commit 4ec2db6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

index.html

+10-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
<h1>Placeholder</h1>
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>SSH.NET</title>
5+
<meta http-equiv="Refresh" content="0; URL=https://sshnet.github.io/SSH.NET/" />
6+
</head>
7+
<body>
8+
Redirecting to <a href="https://sshnet.github.io/SSH.NET/">https://sshnet.github.io/SSH.NET/</a>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)