mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
41 lines
2.4 KiB
HTML
41 lines
2.4 KiB
HTML
<div style="font-family: 'Jost', system-ui, -apple-system, sans-serif; display: flex; flex-direction: column; min-height: 100vh; min-height: 100dvh; background: #fff;">
|
|
<!-- Navbar -->
|
|
<div style="display: flex; align-items: center; padding: 20px 20px 0; height: 65px;">
|
|
<a href="https://databasus.com" target="_blank" rel="noreferrer" style="display: flex; align-items: center; gap: 12px; text-decoration: none;">
|
|
<img src="/logo.svg" style="height: 45px; width: 45px; padding: 4px;" alt="Databasus" />
|
|
<span style="font-size: 1.25rem; font-weight: 700; color: #2563eb;">Databasus</span>
|
|
</a>
|
|
</div>
|
|
|
|
<!-- Sign-in form stub -->
|
|
<div style="display: flex; justify-content: center; margin-top: 10vh;">
|
|
<div style="width: 100%; max-width: 300px; padding: 0 16px; box-sizing: border-box;">
|
|
<div style="text-align: center; font-size: 1.5rem; font-weight: 700; margin-bottom: 24px; color: #111;">Sign in</div>
|
|
|
|
<div style="margin-bottom: 4px; font-size: 14px; font-weight: 600; color: #111;">Your email</div>
|
|
<input type="email" placeholder="your@email.com" disabled
|
|
style="width: 100%; padding: 8px 12px; border: 1px solid #d1d5db; border-radius: 6px; box-sizing: border-box; font-size: 14px; font-family: inherit; background: #fff;" />
|
|
|
|
<div style="margin: 12px 0 4px; font-size: 14px; font-weight: 600; color: #111;">Password</div>
|
|
<input type="password" placeholder="********" disabled
|
|
style="width: 100%; padding: 8px 12px; border: 1px solid #d1d5db; border-radius: 6px; box-sizing: border-box; font-size: 14px; font-family: inherit; background: #fff;" />
|
|
|
|
<button disabled
|
|
style="width: 100%; margin-top: 16px; padding: 8px 16px; background: #1677ff; color: #fff; border: none; border-radius: 6px; font-size: 14px; font-family: inherit; cursor: default;">
|
|
Sign in
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<footer style="margin-top: auto; padding-bottom: 20px; text-align: center;">
|
|
<div style="font-size: 14px; color: #4b5563;">
|
|
<a href="https://databasus.com/terms-of-use-cloud" style="color: #2563eb; text-decoration: underline;">Terms of Use</a>
|
|
|
|
|
<a href="https://databasus.com/privacy-cloud" style="color: #2563eb; text-decoration: underline;">Privacy Policy</a>
|
|
</div>
|
|
<div style="margin-top: 20px; font-size: 14px; color: #6b7280;">
|
|
info@databasus.com | © 2026 Databasus. All rights reserved.
|
|
</div>
|
|
</footer>
|
|
</div>
|