14 lines
331 B
HTML
14 lines
331 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Exit organization | Vanikam</title>
|
|
</head>
|
|
<body>
|
|
|
|
<form action="/owner/delete/user" method="post">
|
|
<button type="submit">Exit organization</button>
|
|
</form>
|
|
</body>
|
|
</html>
|