forked from I2P_Developers/i2p.i2p
16 lines
440 B
HTML
16 lines
440 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<!--
|
||
|
* Remove the following three lines to stop redirecting to the i2psnark page.
|
||
|
* If it continues to redirect, clear your browser's cache.
|
||
|
-->
|
||
|
<meta http-equiv="refresh" content="1;url=/i2psnark/" />
|
||
|
<meta http-equiv="pragma" content="no-cache">
|
||
|
<meta http-equiv="cache-control" content="no-cache">
|
||
|
<title>I2PSnark Standalone</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
Redirecting to <a href="/i2psnark/">i2psnark</a>...
|
||
|
</body>
|
||
|
</html>
|