27 lines
596 B
HTML
27 lines
596 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height" />
|
|
|
|
<title>Authorize ##NAME##</title>
|
|
|
|
<link rel="icon" href="/api/v1/cloudron/avatar">
|
|
<link rel="apple-touch-icon" href="/api/v1/cloudron/avatar">
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<form id="submitForm" method="post" action="##SUBMIT_URL##">
|
|
<!-- <button type="submit"></button> -->
|
|
</form>
|
|
|
|
<script>
|
|
|
|
document.getElementById('submitForm').submit();
|
|
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|