mirror of
https://github.com/stjet/bns.git
synced 2025-12-29 03:09:24 +00:00
12 lines
249 B
HTML
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>
|