aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeodarZ <neodarz@neodarz.ovh>2016-11-04 09:12:58 +0100
committerNeodarZ <neodarz@neodarz.ovh>2016-11-04 09:12:58 +0100
commit2d038e115092cafd33d2f4d1920ecce06d5332f2 (patch)
tree017c1e7003939fa0ac095a8bc467908f190b3555
parenta5d1a4e59a7fac7cc0ebd456cc403b29b0a431e2 (diff)
downloadweb_checker-master.tar.xz
web_checker-master.zip
Fix link to websiteHEADmaster
-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>"""