Skip to content

Commit

Permalink
Deploying to gh-pages from @ b461a87 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
andraghetti committed Jan 14, 2025
1 parent 15f8fee commit 7a2967f
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 3 deletions.
24 changes: 24 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>The Good AI Lab</title>
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// MIT License
// https://github.com/rafgraph/spa-github-pages
var pathSegmentsToKeep = 0;

var l = window.location;
l.replace(
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' +
l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') +
(l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
l.hash
);
</script>
</head>
<body>
</body>
</html>
1 change: 1 addition & 0 deletions _redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* /index.html 200
21 changes: 18 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,26 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="./images/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/images/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Good AI Lab</title>
<script type="module" crossorigin src="./assets/index-De-aW1k1.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index.CG43vEwr.css">
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// MIT License
// https://github.com/rafgraph/spa-github-pages
(function(l) {
if (l.search[1] === '/' ) {
var decoded = l.search.slice(1).split('&').map(function(s) {
return s.replace(/~and~/g, '&')
}).join('?');
window.history.replaceState(null, null,
l.pathname.slice(0, -1) + decoded + l.hash
);
}
}(window.location))
</script>
<script type="module" crossorigin src="/assets/index-De-aW1k1.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index.CG43vEwr.css">
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 7a2967f

Please sign in to comment.