-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaccount.html
More file actions
82 lines (75 loc) · 3.56 KB
/
account.html
File metadata and controls
82 lines (75 loc) · 3.56 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!doctype html>
<html lang="en" data-scroll-behavior="smooth">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preload" href="/nipcode-logo.png" as="image" />
<link rel="stylesheet" href="/_next/static/chunks/0pwsw40vfluf4.css" />
<link rel="icon" href="/nipcode-logo.png" type="image/png" />
<title>Search · Nipcode</title>
<meta name="description" content="Nipcode account search." />
<meta name="robots" content="noindex" />
<link rel="stylesheet" href="/account.css" />
<script src="/scramble.js" defer></script>
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header class="topbar" aria-label="Primary">
<a class="brand" aria-label="Nipcode home" href="/">
<span class="nipcode-mark" aria-hidden="true" style="--mark-size: 54px">
<img alt="" height="54" src="/nipcode-logo.png" width="54" />
</span>
<span class="brand-word" aria-hidden="true">Nipcode</span>
</a>
<div class="brand-socials" aria-label="Nipcode links">
<a class="brand-docs-link" href="/docs">Docs</a>
<a class="brand-icon-button" href="https://github.com/trynipcode/nipcode" target="_blank" rel="noreferrer" title="GitHub" aria-label="GitHub">
<img alt="" height="18" src="/github-logo.svg" width="18" />
</a>
<a class="brand-icon-button" href="https://x.com/trynipcode" target="_blank" rel="noreferrer" title="X" aria-label="X">
<svg aria-hidden="true" viewBox="0 0 24 24" width="18" height="18"><path d="M18.24 2.25h3.31l-7.23 8.26 8.5 11.24h-6.66l-5.21-6.82-5.97 6.82H1.67l7.73-8.84L1.25 2.25h6.83l4.71 6.23 5.45-6.23Zm-1.16 17.52h1.83L7.08 4.13H5.11l11.97 15.64Z" fill="currentColor"/></svg>
</a>
</div>
</header>
<div class="acct-layout">
<aside class="acct-sidebar" aria-label="Account navigation">
<div class="acct-sidebar-head">
<p class="acct-sidebar-kicker">NIPCODE</p>
<h2>Signed in</h2>
<p class="acct-sidebar-email" id="acct-sidebar-email">,</p>
</div>
<nav class="acct-sidebar-nav">
<a class="acct-nav-link is-active" href="/account">Search</a>
<a class="acct-nav-link" href="/account/keys">API keys</a>
</nav>
<div class="acct-sidebar-foot">
<a class="acct-logout" href="/auth/sign-out">LOG OUT</a>
</div>
</aside>
<main class="acct-main acct-main-search" id="main">
<header class="acct-section-head">
<div>
<p class="acct-section-kicker" data-scramble-text data-scramble-duration="500">NIPCODE</p>
<h1>Search software</h1>
</div>
<p class="acct-section-desc">Find packages, models, repos and MCP servers with evidence, risk and install boundaries.</p>
</header>
<div id="acct-stage" class="acct-stage"></div>
<form id="acct-ask-form" class="acct-ask-form">
<input id="acct-ask-input" name="q" autocomplete="off" placeholder="Ask for a package, model, repo or MCP server." required />
<button type="submit">Ask</button>
</form>
</main>
</div>
<script src="/account.js"></script>
<footer class="site-footer" aria-label="Site footer">
<p class="site-footer-copy">Nipcode © 2026</p>
<nav class="site-footer-links" aria-label="Legal">
<a href="/changelog">Changelog</a>
<a href="/privacy">Privacy</a>
<a href="/terms">Terms</a>
<a href="/faq">FAQ</a>
</nav>
</footer>
</body>
</html>