-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (50 loc) · 2.01 KB
/
index.html
File metadata and controls
53 lines (50 loc) · 2.01 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nebula Changelog</title>
<meta name="description" content="What's new in Nebula -- feature updates, improvements, and fixes.">
<link rel="icon" href="assets/favicon.svg" type="image/svg+xml">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<header class="site-header">
<div class="header-inner">
<a href="/" class="logo-link">
<img src="assets/logo.svg" alt="Nebula" class="logo">
</a>
<nav class="header-nav">
<a href="https://nebula.gg" class="nav-link">Back to Nebula</a>
</nav>
</div>
</header>
<main class="container">
<div class="page-header">
<h1>Changelog</h1>
<p class="page-subtitle">What's new in Nebula -- feature updates, improvements, and fixes.</p>
</div>
<div id="posts-list" class="posts-grid">
<div class="loading">Loading posts...</div>
</div>
</main>
<footer class="site-footer">
<div class="footer-inner">
<div class="footer-left">
<a href="https://nebula.gg" class="footer-brand">Nebula</a>
<span class="footer-sep">·</span>
<span class="footer-copy">Build Your AI Workforce</span>
</div>
<div class="footer-right">
<a href="https://twitter.com/nebulaai" class="footer-social" target="_blank" rel="noopener">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
</a>
</div>
</div>
</footer>
<script src="assets/app.js"></script>
</body>
</html>