Skip to content

Commit

Permalink
Add website redirector
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Oct 29, 2024
1 parent 2582a57 commit ea2a2bd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
docs/*
.vscode
MYMETA.json
MYMETA.yml
Expand Down
13 changes: 13 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>linksite</title>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0; URL=https://github.com/davorg-cpan/app-linksite" />
</head>
<body>
<h1>linksite</h1>
<p>If you are not redirected, please go to
<a href="https://github.com/davorg-cpan/app-linksite">github.com/davorg-cpan/app-linksite/</a>.</p>
</body>
</html>

0 comments on commit ea2a2bd

Please sign in to comment.