webserver: Add a cursor.

This commit is contained in:
Andrew Hamilton 2021-11-18 08:07:39 +10:00
parent b4a7178ea2
commit e6097931b2

View file

@ -28,6 +28,7 @@ def make_page(body_html, title):
<style type="text/css"> <style type="text/css">
body {{ margin:2; background-color:black; }} body {{ margin:2; background-color:black; }}
iframe {{ height:100%;width:100%;border:1px solid white; }} iframe {{ height:100%;width:100%;border:1px solid white; }}
a:focus, a:hover {{ filter:brightness(180%); }}
</style> </style>
</head> </head>
<body>{body_html}</body> <body>{body_html}</body>
@ -35,7 +36,7 @@ def make_page(body_html, title):
def make_main_body(): def make_main_body():
return f""" return """
<table style="height:100%;width:100%;"> <table style="height:100%;width:100%;">
<tr> <tr>
<td style="height:100%;width:38.198%;"> <td style="height:100%;width:38.198%;">