Changed html from <center> to a div with center

This commit is contained in:
Pablo Revilla
2025-01-09 17:42:13 -08:00
parent e3768b81a9
commit 8ec4ad2108
2 changed files with 3 additions and 4 deletions

View File

@@ -31,8 +31,8 @@ if __name__ == '__main__':
parser.add_argument('--port', default=8080, type=int)
parser.add_argument('--tls-cert')
parser.add_argument('--mqtt-server', default='mqtt.meshtastic.org')
parser.add_argument('--topic', nargs='*', default=['msh/US/#'])
parser.add_argument('--mqtt-server', default='mqtt.bayme.sh')
parser.add_argument('--topic', nargs='*', default=['msh/US/bayarea/#'])
parser.add_argument('--database', default='sqlite+aiosqlite:///packets.db')

View File

@@ -33,8 +33,7 @@
</style>
</head>
<body hx-indicator="#spinner">
<center>Search for a node &nbsp;-&nbsp;<a href="/graph/network">See a realtime graph of the network </a>&nbsp;-&nbsp;<a href="/chat">See what people are saying </a>&nbsp;-&nbsp;<a href="/firehose">See <strong>everything</strong> </a> </center>
<br>
<div style="text-align:center"><a href="/">Search for a node </a>&nbsp;-&nbsp;<a href="/graph/network">See a realtime graph of the network </a>&nbsp;-&nbsp;<a href="/chat">See what people are saying </a>&nbsp;-&nbsp;<a href="/firehose">See <strong>everything</strong> </a> </div><br>
<div id="spinner" class="spinner-border secondary-primary htmx-indicator position-absolute top-50 start-50" role="status">
<span class="visually-hidden">Loading...</span>
</div>