-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 1.42 KB
/
Copy pathindex.html
File metadata and controls
33 lines (33 loc) · 1.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>wup · semcod</title>
<meta name="description" content="What's Up — intelligent file watcher that runs regression tests and visual diffs on code changes.">
<style>
:root { color-scheme: light dark; }
body { font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; margin: 0; background: #0b1220; color: #e5e7eb; }
main { max-width: 760px; margin: 0 auto; padding: 3rem 1.25rem; }
h1 { font-size: 2rem; margin: 0 0 0.75rem; }
p { line-height: 1.6; color: #cbd5e1; }
.links { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; }
a { color: #93c5fd; text-decoration: none; border: 1px solid #334155; padding: 0.55rem 0.9rem; border-radius: 0.5rem; }
a:hover { background: #111827; }
.badge { display: inline-block; font-size: 0.8rem; color: #94a3b8; margin-bottom: 1rem; }
</style>
</head>
<body>
<main>
<div class="badge">semcod ecosystem</div>
<h1>wup</h1>
<p>What's Up — intelligent file watcher that runs regression tests and visual diffs on code changes.</p>
<div class="links">
<a href="project/">Interactive analysis</a>
<a href="README.md">README</a>
<a href="https://github.com/semcod/wup">GitHub</a>
<a href="https://pypi.org/project/wup/">PyPI</a>
</div>
</main>
</body>
</html>