Skip to content

Commit 05e1785

Browse files
Deploy preview for PR 127
1 parent f1b021d commit 05e1785

File tree

101 files changed

+31235
-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.

101 files changed

+31235
-0
lines changed

pr-previews/127/404.html

Lines changed: 818 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
window.location.replace(redirect);
10+
</script>
11+
</head>
12+
<body>
13+
</body>
14+
</html>

pr-previews/127/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)