diff --git a/restart.sh b/restart.sh
new file mode 100755
index 0000000..ac7645f
--- /dev/null
+++ b/restart.sh
@@ -0,0 +1,5 @@
+killall python
+nohup ./webfront.py --port=8080 > /dev/null &
+nohup ./webfront.py --port=8081 > /dev/null &
+nohup ./webfront.py --port=8082 > /dev/null &
+nohup ./webfront.py --port=8083 > /dev/null &
diff --git a/templates/root.html b/templates/root.html
index 7b0d201..54c089f 100644
--- a/templates/root.html
+++ b/templates/root.html
@@ -19,16 +19,16 @@ colin@robohash.org
-

-
http://robohash.org/{{ip}}.png
+

+
http://static1.robohash.org/{{ip}}.png
@@ -214,9 +214,9 @@ document.onkeypress = stopRKey;
function submitform()
{
var x = document.getElementById("idimg");
- x.setAttribute("src", "http://robohash.org/" + document.getElementById("textform").query.value );
+ x.setAttribute("src", "https://static1.robohash.org/" + document.getElementById("textform").query.value );
var y = document.getElementById("YourIP");
- y.innerHTML = "http://robohash.org/" + document.getElementById("textform").query.value;
+ y.innerHTML = "https://static1.robohash.org/" + document.getElementById("textform").query.value;
}
@@ -225,7 +225,7 @@ function submitform()
@@ -332,16 +332,16 @@ src="http://robohash.org/static/img/indented_star.png" width="27" height="25" al
{% set c4 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set2" %}
{% set c5 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set2" %}
-