File size: 1,386 Bytes
d9bfa3e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
af9ba1a
d9bfa3e
 
 
 
 
 
 
c2f339a
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>LENITNES — Scientific Software Integrity Sentinel</title>
<style>
  html, body { margin: 0; padding: 0; height: 100%; background: #0a0e14; font-family: 'Inter', system-ui, sans-serif; }
  .bar {
    display: flex; align-items: center; gap: 12px;
    padding: 8px 16px; background: #111820; color: #e2e8f0;
    border-bottom: 1px solid #1e293b; font-size: 13px;
  }
  .bar .title { font-weight: 700; letter-spacing: .04em; }
  .bar .sub { color: #22d3ee; font-style: italic; }
  .bar .spacer { flex: 1; }
  .bar a { color: #94a3b8; text-decoration: none; }
  .bar a:hover { color: #34d399; }
  iframe { display: block; width: 100%; height: calc(100vh - 37px); border: 0; }
</style>
</head>
<body>
  <div class="bar">
    <span class="title">🔬 LENITNES</span>
    <span class="sub">software-change judgments, committed before the outcome</span>
    <span class="spacer"></span>
    <a href="https://lenitnes.persidian.com" target="_blank" rel="noopener">open full dashboard ↗</a>
    <a href="https://github.com/sneldao/lenitnes" target="_blank" rel="noopener">code ↗</a>
  </div>
  <iframe src="https://lenitnes.persidian.com" title="LENITNES live dashboard"
          allow="clipboard-write" loading="eager"></iframe>
</body>
</html>