Files
Automaaval/dist/zacatraz/_internal/panel/tests/ui/logout.html
T
2026-03-14 21:48:05 +00:00

21 lines
576 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="en" name="docsearch:language">
<title>Test Logout Page</title>
<link rel="icon" type="image/x-icon" href="{{ PANEL_CDN }}images/favicon.ico">
</head>
<body>
<div class="wrap">
<form class="login-form" action="./login" method="get">
<div class="form-group">
<button class="form-button" type="submit">Login</button>
</div>
<div><small></small></div>
</form>
</div>
</body>
</html>