-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (23 loc) · 1.12 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CPU.fm - Changelog Podcast Universe</title>
<link rel="stylesheet" href="css/styles.css">
<meta name="description" content="A new network of world-class developer pods from your friends at Changelog.com">
<meta name="keywords" content="developer podcasts">
<meta name="author" content="Changelog.com">
</head>
<body class="bg-zinc-900 font-mono-heading flex justify-center min-h-screen">
<div class="text-zinc-400 text-center pt-20 pb-20">
<h1 class="text-zinc-50 text-5xl leading-tight mb-3">CPU.fm</h1>
<h2 class="text-zinc-500 text-xs uppercase mb-16">Changelog Podcast Universe</h2>
<p class="text-zinc-400 font-mono text-xl mb-6">A new network of world-class developer pods.</p>
<p class="text-zinc-400 font-mono font-bold text-xl">Launching in 2025.</p>
<p class="mt-16">
<a class="subscribe-button" href="https://changelog.typeform.com/to/SpVMPOI6">Get notified when we launch</a>
</p>
</div>
</body>
</html>