-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path404.html
More file actions
207 lines (186 loc) · 6.22 KB
/
Copy path404.html
File metadata and controls
207 lines (186 loc) · 6.22 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Page Not Found | SampSharp</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="Page Not Found | SampSharp " />
<link rel="icon" href="/assets/sampsharp.png" />
<link rel="stylesheet" href="/public/docfx.min.css" />
<link rel="stylesheet" href="/public/main.css" />
<meta name="docfx:navrel" content="/toc.html" />
<meta name="docfx:tocrel" content="/toc.html" />
<meta name="docfx:rel" content="" />
<meta
name="docfx:docurl"
content="https://github.com/sampsharp/docs/blob/main/404.md/#L1"
/>
<meta name="loc:inThisArticle" content="In this article" />
<meta
name="loc:searchResultsCount"
content='{count} results for "{query}"'
/>
<meta name="loc:searchNoResults" content='No results for "{query}"' />
<meta name="loc:tocFilter" content="Filter by title" />
<meta name="loc:nextArticle" content="Next" />
<meta name="loc:prevArticle" content="Previous" />
<meta name="loc:themeLight" content="Light" />
<meta name="loc:themeDark" content="Dark" />
<meta name="loc:themeAuto" content="Auto" />
<meta name="loc:changeTheme" content="Change theme" />
<meta name="loc:copy" content="Copy" />
<meta name="loc:downloadPdf" content="Download PDF" />
<script type="module" src="/public/docfx.min.js"></script>
<script>
const theme = localStorage.getItem("theme") || "auto";
document.documentElement.setAttribute(
"data-bs-theme",
theme === "auto"
? window.matchMedia("(prefers-color-scheme: dark)").matches
? "dark"
: "light"
: theme,
);
</script>
</head>
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="">
<header class="bg-body border-bottom">
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
<div class="container-xxl flex-nowrap">
<a class="navbar-brand" href="/index.html">
<img
id="logo"
class="svg"
src="/assets/sampsharp.png"
alt="SampSharp"
/>
SampSharp
</a>
<button
class="btn btn-lg d-md-none border-0"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navpanel"
aria-controls="navpanel"
aria-expanded="false"
aria-label="Toggle navigation"
>
<i class="bi bi-three-dots"></i>
</button>
<div class="collapse navbar-collapse" id="navpanel">
<div id="navbar">
<form class="search" role="search" id="search">
<i class="bi bi-search"></i>
<input
class="form-control"
id="search-query"
type="search"
disabled
placeholder="Search"
autocomplete="off"
aria-label="Search"
/>
</form>
</div>
</div>
</div>
</nav>
</header>
<main class="container-xxl">
<div class="content">
<div class="actionbar">
<nav id="breadcrumb"></nav>
</div>
<article data-uid="">
<style>
.page-container {
max-width: 900px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}
.error-container {
padding: 60px 20px;
}
.error-code {
font-size: 120px;
font-weight: bold;
color: #0078d4;
margin: 0;
line-height: 1;
}
.error-message {
font-size: 28px;
color: var(--bs-body-color, #333);
margin: 20px 0;
}
.error-description {
font-size: 16px;
color: var(--bs-body-color, #666);
margin: 20px 0 40px 0;
opacity: 0.8;
}
.error-links {
display: flex;
gap: 20px;
justify-content: center;
flex-wrap: wrap;
}
.error-link {
display: inline-block;
padding: 12px 24px;
background-color: #0078d4;
color: white;
text-decoration: none;
border-radius: 6px;
transition: all 0.3s ease;
}
.error-link:hover {
background-color: #005a9e;
transform: translateY(-2px);
}
.error-link.secondary {
background-color: var(--bs-body-bg, #f3f3f3);
color: #0078d4;
border: 2px solid #0078d4;
}
.error-link.secondary:hover {
background-color: #0078d4;
color: white;
}
</style>
<div class="page-container">
<div class="error-container">
<h1 id="404"><p class="error-code">404</p></h1>
<p class="error-message">Page Not Found</p>
<p class="error-description">
Sorry, we couldn't find the page you're looking for. It may have
been moved or no longer exists.
</p>
<div class="error-links">
<a href="/" class="error-link">Back to Home</a>
<a href="/docs/" class="error-link secondary">Documentation</a>
<a href="/api/" class="error-link secondary">API Reference</a>
</div>
</div>
</div>
</article>
<div
class="next-article d-print-none border-top"
id="nextArticle"
></div>
</div>
<div class="affix">
<nav id="affix"></nav>
</div>
</main>
<div class="container-xxl search-results" id="search-results"></div>
<footer class="border-top text-secondary">
<div class="container-xxl">
<div class="flex-fill">
SampSharp - Copyright © 2015 - 2026 Tim Potze
</div>
</div>
</footer>
</body>
</html>