Files

59 lines
1.3 KiB
HTML

<style type="text/css">
.flame-hq-welcome {
align-items: center;
background: #000000;
color: #d7d7d7;
display: flex;
flex-direction: column;
justify-content: center;
min-height: 100%;
padding: 32px;
text-align: center;
}
.flame-hq-welcome__logo {
height: 112px;
object-fit: contain;
width: 112px;
}
.flame-hq-welcome h1 {
font-size: 32px;
margin: 20px 0 8px;
}
.flame-hq-welcome p {
color: #9a9a9a;
margin: 0 0 24px;
}
.flame-hq-welcome__actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
justify-content: center;
}
.flame-hq-welcome__actions a {
border: 1px solid #89705E;
border-radius: 8px;
color: #d7d7d7;
min-width: 132px;
padding: 12px 18px;
text-decoration: none;
}
.flame-hq-welcome__actions a:hover {
background: rgba(137, 112, 94, 0.12);
}
</style>
<div class="flame-hq-welcome">
<img src="/flame-hq/mark.png" alt="Flame HQ" class="flame-hq-welcome__logo" />
<h1>Welcome to Flame HQ</h1>
<p>Team chat for the Flame squad. Sign in with your Nextcloud account.</p>
<div class="flame-hq-welcome__actions">
<a href="#/login">Sign in</a>
</div>
</div>