UNPKG

safelink

Version:

SafeLink is an open-source NodeJS library created to maintain long-term communication between distant remote sites with varying network quality

11 lines (10 loc) 216 B
<!doctype html> <html> <head> <title>Redirector</title> <meta http-equiv="refresh" content="0;url=../"> </head> <body> <a href="../">Click here to redirect</a> </body> </html>