64 lines
1.3 KiB
HTML
64 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<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 id="favicon" type="image/png" rel="icon" href="/api/v1/cloudron/avatar">
|
|
<link rel="apple-touch-icon" href="/api/v1/cloudron/avatar">
|
|
<link rel="icon" href="/api/v1/cloudron/avatar">
|
|
|
|
<!-- Theme CSS -->
|
|
<link type="text/css" rel="stylesheet" href="/theme.css">
|
|
|
|
<style>
|
|
|
|
body {
|
|
background-image: url('/api/v1/cloudron/background');
|
|
background-size: cover;
|
|
background-position: center;
|
|
}
|
|
|
|
.card {
|
|
padding: 20px;
|
|
margin-bottom: 0;
|
|
max-width: 620px;
|
|
min-height: 100%;
|
|
}
|
|
|
|
.avatar {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
@media(min-width:620px) {
|
|
.card {
|
|
margin-bottom: 15px;
|
|
margin-top: 100px;
|
|
min-height: auto;
|
|
}
|
|
|
|
.avatar {
|
|
margin-top: -84px
|
|
}
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<form id="submitForm" method="post" action="##SUBMIT_URL##">
|
|
<!-- <button type="submit"></button> -->
|
|
</form>
|
|
|
|
<script>
|
|
|
|
document.getElementById('submitForm').submit();
|
|
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|