drbh's picture
drbh HF Staff
Upload folder using huggingface_hub
370f848 verified
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<title>Index of /activation</title>
<style>
:root {
--bg-primary: #0a0a0a;
--bg-secondary: #121212;
--bg-tertiary: #181818;
--text-primary: #e0e0e0;
--text-secondary: #888888;
--text-link: #64b5f6;
--border-primary: #2a2a2a;
}
body {
font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
background: var(--bg-primary);
color: var(--text-primary);
margin: 0;
padding: 16px;
max-width: 900px;
margin: 0 auto;
}
.controls {
display: flex;
justify-content: flex-end;
margin-bottom: 1rem;
}
.back-button {
background: var(--bg-secondary);
border: 1px solid var(--border-primary);
padding: 8px 12px;
border-radius: 4px;
color: var(--text-secondary);
cursor: pointer;
font-size: 0.9rem;
text-decoration: none;
display: inline-block;
}
.back-button:hover {
color: var(--text-primary);
background: var(--bg-tertiary);
}
h1 {
font-size: 1.5em;
margin: 1rem 0;
color: var(--text-primary);
border-bottom: 1px solid var(--border-primary);
padding-bottom: 0.5rem;
}
ul {
list-style-type: none;
padding: 0;
}
li {
margin: 0;
border-bottom: 1px solid var(--border-primary);
}
li:last-child {
border-bottom: none;
}
a {
display: block;
padding: 0.75rem 0.5rem;
text-decoration: none;
color: var(--text-link);
transition: background 0.2s ease;
}
a:hover {
background: var(--bg-secondary);
}
.dir {
font-weight: 500;
}
</style>
</head>
<body>
<div class='controls'>
<a href='../index.html' class='back-button'>← back</a>
</div>
<h1>Index of /activation</h1>
<ul>
<li><a href='impls/index.html' class='dir'>impls/</a></li>
<li><a href='results/index.html' class='dir'>results/</a></li>
</ul>
</body>
</html>