mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-15 17:15:00 +00:00
move into website/
This commit is contained in:
parent
5a4d38418d
commit
56519361e2
103 changed files with 5 additions and 12 deletions
10
website/_layouts/redirect.html
Normal file
10
website/_layouts/redirect.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting…</title>
|
||||
<link rel="canonical" href="{{ page.redirect.to }}">
|
||||
<script>location="{{ page.redirect.to }}"</script>
|
||||
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
|
||||
<h1>Redirecting…</h1>
|
||||
<a href="{{ page.redirect.to }}">Click here if you are not redirected.</a>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue