update the logo and the css for the logo

This commit is contained in:
hankhill19580
2019-06-24 22:46:19 +00:00
parent 449b101127
commit 761513e5cc
4 changed files with 9 additions and 4 deletions

View File

@ -2,4 +2,4 @@
from i2p2www import app
if __name__ == '__main__':
app.run(host='127.0.0.1', port=5000, debug=False)
app.run(host='0.0.0.0', port=5000, debug=False)