forked from I2P_Developers/i2p.i2p
add snark standalone context and redirect files
fix snark standalone build
This commit is contained in:
15
apps/i2psnark/standalone-index.html
Normal file
15
apps/i2psnark/standalone-index.html
Normal 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>
|
Reference in New Issue
Block a user