Files
bns/browser_test/index.html
2025-01-13 18:50:04 +00:00

12 lines
249 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>BNS demo redirect</title>
<meta http-equiv="refresh" content="0; url=/wallet" />
</head>
<body>
<a href="/wallet">Click here if not redirected</a>
</body>
</html>