Skip to content

Commit 2bfd260

Browse files
committed
style: auto-formatter whitespace cleanup
1 parent 8ca0648 commit 2bfd260

2 files changed

Lines changed: 22 additions & 16 deletions

File tree

404.html

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
<!DOCTYPE html>
22
<html>
3+
34
<head>
4-
<meta charset="utf-8">
5-
<title>Xelo – redirecting…</title>
6-
<script>
7-
// GitHub Pages doesn't redirect /Xelo → /Xelo/ automatically in all cases.
8-
// This 404 page catches that and sends visitors to the right place.
9-
var path = window.location.pathname;
10-
if (path === '/Xelo' || path === '/Xelo/') {
11-
window.location.replace('/Xelo/docs/');
12-
} else {
13-
window.location.replace('/Xelo/docs/');
14-
}
15-
</script>
16-
<meta http-equiv="refresh" content="0; url=/Xelo/docs/">
5+
<meta charset="utf-8">
6+
<title>Xelo – redirecting…</title>
7+
<script>
8+
// GitHub Pages doesn't redirect /Xelo → /Xelo/ automatically in all cases.
9+
// This 404 page catches that and sends visitors to the right place.
10+
var path = window.location.pathname;
11+
if (path === '/Xelo' || path === '/Xelo/') {
12+
window.location.replace('/Xelo/docs/');
13+
} else {
14+
window.location.replace('/Xelo/docs/');
15+
}
16+
</script>
17+
<meta http-equiv="refresh" content="0; url=/Xelo/docs/">
1718
</head>
19+
1820
<body>
19-
<p>Page not found. Redirecting to <a href="/Xelo/docs/">Xelo docs</a></p>
21+
<p>Page not found. Redirecting to <a href="/Xelo/docs/">Xelo docs</a></p>
2022
</body>
21-
</html>
23+
24+
</html>

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
<!DOCTYPE html>
22
<html>
3+
34
<head>
45
<meta charset="utf-8">
56
<script>window.location.replace('/Xelo/docs/');</script>
67
<meta http-equiv="refresh" content="0; url=/Xelo/docs/">
78
<link rel="canonical" href="https://nuguardai.github.io/Xelo/docs/">
89
<title>Xelo – redirecting…</title>
910
</head>
11+
1012
<body>
1113
<p>Redirecting to <a href="/Xelo/docs/">Xelo docs</a></p>
1214
</body>
13-
</html>
15+
16+
</html>

0 commit comments

Comments
 (0)