pre-img swap

This commit is contained in:
Matt Batchelder
2026-03-23 21:09:27 -04:00
parent 87474b05a9
commit bbe8c1860c
395 changed files with 29643 additions and 712 deletions

12
manual/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Documentation</title>
</head>
<body>
</body>
<script type="text/javascript">
window.location = window.location.pathname.replace('index.html', '').replace(/\/?$/, '/') + 'en/index.html';
</script>
</html>