mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
@ -75,7 +75,7 @@ INDEX = """<html>
|
|||||||
STATUS_PAGE = """<html>
|
STATUS_PAGE = """<html>
|
||||||
<head>
|
<head>
|
||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
<meta http-equiv="refresh" content="{{ go_back_after }};URL=/ui">
|
<meta http-equiv="refresh" content="{{ go_back_after }};URL=/">
|
||||||
<style>""" + STYLE + """</style>
|
<style>""" + STYLE + """</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Reference in New Issue
Block a user