Skip to content

Commit 5a24e3f

Browse files
authored
Add redirect for visit tracking (#11)
1 parent 1743d63 commit 5a24e3f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

qr/yewnyx/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://basisvr.org/">
5+
<link rel="canonical" href="https://basisvr.org/">
6+
<title>Redirecting...</title>
7+
</head>
8+
<body>
9+
<p>If you are not redirected, <a href="https://basisvr.org/">click here</a>.</p>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)