mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
42 lines
1.4 KiB
HTML
42 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" xmlns:th="http://www.thymeleaf.org">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Imgfloat - Twitch overlay</title>
|
|
<link rel="stylesheet" href="/css/styles.css" />
|
|
</head>
|
|
<body class="landing-body">
|
|
<div class="landing">
|
|
<header class="landing-header">
|
|
<div class="brand">
|
|
<div class="brand-mark">IF</div>
|
|
<div>
|
|
<div class="brand-title">Imgfloat</div>
|
|
<div class="brand-subtitle">Twitch overlay manager</div>
|
|
</div>
|
|
</div>
|
|
<a class="button ghost" href="/oauth2/authorization/twitch">Login with Twitch</a>
|
|
</header>
|
|
|
|
<main class="hero hero-compact">
|
|
<div class="hero-text">
|
|
<p class="eyebrow">Overlay toolkit</p>
|
|
<h1>Keep your Twitch overlays tidy.</h1>
|
|
<p class="lead">Upload artwork, drop it into a shared dashboard, and stay in sync with your mods without clutter.</p>
|
|
<div class="cta-row">
|
|
<a class="button" href="/oauth2/authorization/twitch">Login with Twitch</a>
|
|
<a class="button ghost" href="/channels">Browse channels</a>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
|
|
<footer class="landing-meta">
|
|
<div class="build-chip">
|
|
<span class="muted">Build</span>
|
|
<span class="version-badge" th:text="${gitVersion}">unknown</span>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|