aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.py b/index.py
index cf8dd15..4982c16 100755
--- a/index.py
+++ b/index.py
@@ -29,7 +29,7 @@ for url in urls:
<title>Mon programme</title>
</head>
<body>
- <p><a href='""" + url + """'> """ + url + """</a> ->""" + status + """</p>
+ <p><a href='http://""" + url + """'> """ + url + """</a> ->""" + status + """</p>
</body>
</html>"""