Skip to content

Commit c05d9b7

Browse files
Deploy preview for PR 130
1 parent b372588 commit c05d9b7

File tree

104 files changed

+33378
-0
lines changed

Some content is hidden

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

104 files changed

+33378
-0
lines changed

pr-previews/130/404.html

Lines changed: 821 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<head>
3+
<title>Redirect</title>
4+
<script type="text/javascript">
5+
var redirects = {"":"../news/posts/2025-09-01-GSoC-Report-DoodleBUGS/index.html"};
6+
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
7+
var redirect = redirects[hash] || redirects[""] || "/";
8+
window.document.title = 'Redirect to ' + redirect;
9+
if (!redirects[hash]) {
10+
redirect = redirect + window.location.hash;
11+
}
12+
redirect = redirect + window.location.search;
13+
window.location.replace(redirect);
14+
</script>
15+
</head>
16+
<body>
17+
</body>
18+
</html>

pr-previews/130/assets/favicon.ico

14.7 KB
Binary file not shown.
8.56 KB
Loading
8.55 KB
Loading
45.4 KB
Loading
28.4 KB
Loading
771 KB
Loading
21.5 KB
Loading
85.2 KB
Loading

0 commit comments

Comments
 (0)