-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevlog.html
More file actions
34 lines (31 loc) · 979 Bytes
/
devlog.html
File metadata and controls
34 lines (31 loc) · 979 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Devlog — rsc.ee</title>
<link rel="stylesheet" href="/styles.css" />
</head>
<body>
<main>
<header>
</header>
<a href="index.html">← rsc.ee</a>
<h1>Devlog</h1>
<p>Daily notes: date — author — title</p>
<section>
<!-- one entry per line -->
<ul>
<!-- <li>2025-12-20 — fei — <a href="/devlog/2025-12-20-auth-cleanup">auth cleanup + small perf wins</a></li>
<li>2025-12-19 — mbz — <a href="/devlog/2025-12-19-ui-pass">UI pass on landing + footer links</a></li> -->
<li>2025-12-20 — Farnaz — create devlog page for daily tracking</li>
</ul>
</section>
<footer>
<!-- <p>
Want to add an entry? Create a new file under <code>/devlog/</code> and link it here.
</p> -->
</footer>
</main>
</body>
</html>