File size: 2,114 Bytes
9b13459
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
  <meta charset='UTF-8'>
  <meta name='viewport' content='width=device-width, initial-scale=1.0'>
  <title>Index of /openai_moe/results</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 /openai_moe/results</h1>
  <ul>
    <li><a href='combined_results.html' class='file'>combined_results.html</a></li>
  </ul>
</body>
</html>