Merge commit '14822297bd' as 'themes/tabi-lean'

This commit is contained in:
Fabian Montero 2025-09-13 14:21:22 -06:00
commit 9475df0914
332 changed files with 25244 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="canonical" href="{{ url | safe }}">
<link rel="stylesheet" href="{{ get_url(path="main.css", cachebust=true) | safe }}" />
<meta http-equiv="refresh" content="0; url={{ url | safe }}">
<title>Redirect</title>
</head>
<body class="center-content">
<h1><a href="{{ url | safe }}">Click here</a> to be redirected.</h1>
</body>
</html>