Initial commit
CI and release / Detect release commit (push) Successful in 2m42s
CI and release / Run tests (push) Successful in 7m18s
CI and release / Build and publish container (push) Failing after 5m12s
CI and release / Create release (push) Skipped

This commit is contained in:
Elias Wendland
2026-08-07 11:54:42 +02:00
commit 5a5f817df7
55 changed files with 3919 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>$${{title}} — TG Archive</title>
</head>
<body>
<header>
<h1>TG Archive</h1>
<nav>
<a href="/">Home</a> |
<a href="/servers">Servers</a> |
<a href="/channels">Channels</a> |
<a href="/users">Users</a> |
<a href="/messages">Messages</a>
</nav>
</header>
<main>
$${{body}}
</main>
</body>
</html>