17 lines
213 B
Plaintext
17 lines
213 B
Plaintext
|
|
<html>
|
||
|
|
|
||
|
|
<head>
|
||
|
|
|
||
|
|
<title>Consent</title>
|
||
|
|
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<h1>Cloudron Login</h1>
|
||
|
|
|
||
|
|
<form method="post" action="<%= submitUrl %>">
|
||
|
|
<button type="submit">Authorize</button>
|
||
|
|
</form>
|
||
|
|
</body>
|
||
|
|
</html>
|