mirror of https://gitlab.com/bashrc2/epicyon
Return code alert
parent
8518c68a60
commit
3554bf1c20
|
@ -663,7 +663,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
'text-align: center;">' + str(httpCode) + '</div>' \
|
'text-align: center;">' + str(httpCode) + '</div>' \
|
||||||
'<div style="font-size: 128px; ' \
|
'<div style="font-size: 128px; ' \
|
||||||
'text-align: center; font-variant: ' \
|
'text-align: center; font-variant: ' \
|
||||||
'small-caps;">' + httpDescription + '</div>' \
|
'small-caps;"><p role="alert">' + httpDescription + '</p></div>' \
|
||||||
'<div style="text-align: center;">' + longDescription + '</div>' \
|
'<div style="text-align: center;">' + longDescription + '</div>' \
|
||||||
'</body></html>'
|
'</body></html>'
|
||||||
msg = msg.encode('utf-8')
|
msg = msg.encode('utf-8')
|
||||||
|
|
Loading…
Reference in New Issue