-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog.html
More file actions
29 lines (29 loc) · 1.34 KB
/
Copy pathchangelog.html
File metadata and controls
29 lines (29 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Changelog - machin-secure</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700;800&display=swap" rel="stylesheet" />
<style>
body { font-family: 'Geist', system-ui, sans-serif; background-color: #050505; color: #e2e8f0; }
h1 { font-family: 'Geist', system-ui, sans-serif; }
</style>
</head>
<body class="bg-[#0a0a0b] min-h-screen">
<div class="max-w-5xl mx-auto px-6 py-24">
<header class="mb-16">
<a href="index.html" class="inline-flex items-center gap-1 text-sm text-white/30 hover:text-white/70 text-sm mb-6 inline-block transition-colors"><span class="text-xs">← Back tolarr;</span> Back to Docs</a>
<h1 class="text-5xl font-bold text-white mt-4 tracking-tight">Changelog</h1>
<p class="text-white/40 mt-3 text-lg">Monthly changelogs</p>
</header>
<div class="space-y-4">
<a href="changelog-2026-08.html" class="changelog-card block">
<span class="text-indigo-400 font-medium">August 2026</span>
<span class="text-white/30 ml-2 text-sm">→ View</span>
</a>
</div>
</div>
</body>
</html>