update readme, pages

This commit is contained in:
idk
2019-12-24 13:42:02 -05:00
parent 6a8a9039c9
commit 2b69ff05cf
2 changed files with 16 additions and 1 deletions

View File

@@ -63,7 +63,15 @@ amo-readme:
grep -v '<img' > amo-index.html
index:
markdown README.md > index.html
@echo "<!DOCTYPE html>" > index.html
@echo "<html>" >> index.html
@echo "<head>" >> index.html
@echo " <title>I2P in Private Browsing Mode</title>" >> index.html
@echo " <link rel=\"stylesheet\" type=\"text/css\" href =\"home.css\" />" >> index.html
@echo "</head>" >> index.html
markdown README.md >> index.html
@echo "</html>" >> index.html
xpi:
#wget -O ../i2ppb@eyedeekay.github.io.xpi \

View File

@@ -1,3 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>I2P in Private Browsing Mode</title>
<link rel="stylesheet" type="text/css" href ="home.css" />
</head>
<h1>i2psetproxy.js</h1>
<p>This is an <strong>Experimental</strong> webextension which introduces a set of new "Private
@@ -166,3 +172,4 @@ for updates, you can download the identical plugin from this repository's
releases page. The latest AMO Plugin will always be identical to the latest
github release, except for the version number, which must be incremented for
submission to AMO.</p>
</html>