Skip to content

Commit 2345ada

Browse files
committed
Setup initial gh-pages branch
1 parent 450f4b1 commit 2345ada

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+134
-14448
lines changed

.MAINTAINERS

Lines changed: 0 additions & 2 deletions
This file was deleted.

.mdformat.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 0 additions & 43 deletions
This file was deleted.

404.html

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Page Not Found | GuideLLM</title>
7+
<style>
8+
body {
9+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
10+
line-height: 1.6;
11+
color: #333;
12+
max-width: 800px;
13+
margin: 0 auto;
14+
padding: 2rem;
15+
text-align: center;
16+
}
17+
.error-container {
18+
background-color: #f6f8fa;
19+
border-radius: 6px;
20+
padding: 3rem 2rem;
21+
box-shadow: 0 1px 3px rgba(0,0,0,0.12);
22+
margin-top: 3rem;
23+
}
24+
h1 {
25+
color: #24292e;
26+
font-size: 2.5rem;
27+
margin-bottom: 1rem;
28+
}
29+
.error-code {
30+
font-size: 6rem;
31+
font-weight: bold;
32+
color: #0366d6;
33+
margin: 0;
34+
line-height: 1;
35+
}
36+
.home-link {
37+
display: inline-block;
38+
margin-top: 2rem;
39+
padding: 0.75rem 1.5rem;
40+
background-color: #0366d6;
41+
color: white;
42+
border-radius: 4px;
43+
text-decoration: none;
44+
font-weight: 500;
45+
transition: background-color 0.2s;
46+
}
47+
.home-link:hover {
48+
background-color: #0256b0;
49+
text-decoration: none;
50+
}
51+
footer {
52+
margin-top: 3rem;
53+
font-size: 0.9rem;
54+
color: #6a737d;
55+
}
56+
</style>
57+
</head>
58+
<body>
59+
<div class="error-container">
60+
<p class="error-code">404</p>
61+
<h1>Page Not Found</h1>
62+
<p>The page you are looking for doesn't exist or has been moved.</p>
63+
<a href="/" class="home-link">Go to Homepage</a>
64+
</div>
65+
66+
<footer>
67+
<p>&copy; <span id="year">2025</span> Neural Magic | GuideLLM</p>
68+
<script>document.getElementById('year').textContent = new Date().getFullYear();</script>
69+
</footer>
70+
</body>
71+
</html>

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 121 deletions
This file was deleted.

0 commit comments

Comments
 (0)