add snark standalone context and redirect files

fix snark standalone build
This commit is contained in:
zzz
2016-06-11 17:03:10 +00:00
parent cad7953ef6
commit 2113946ed0
3 changed files with 42 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
<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>