webserver: Add a cursor.
This commit is contained in:
parent
b4a7178ea2
commit
e6097931b2
1 changed files with 2 additions and 1 deletions
|
|
@ -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%;">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue