21 lines
576 B
HTML
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>
|