diff options
author | NeodarZ <neodarz@neodarz.ovh> | 2016-11-04 09:12:58 +0100 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.ovh> | 2016-11-04 09:12:58 +0100 |
commit | 2d038e115092cafd33d2f4d1920ecce06d5332f2 (patch) | |
tree | 017c1e7003939fa0ac095a8bc467908f190b3555 | |
parent | a5d1a4e59a7fac7cc0ebd456cc403b29b0a431e2 (diff) | |
download | web_checker-master.tar.xz web_checker-master.zip |
-rwxr-xr-x | index.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>""" |