Files
kiwixm/archive/index.html
ztimson f08a4a0808
Some checks failed
Build Website / Build NPM Project (push) Failing after 44s
Build Website / Tag Version (push) Has been skipped
Build Website / Build & Push Dockerfile (push) Has been skipped
init
2025-09-27 00:40:24 -04:00

14 lines
238 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Kiwix Archive</title>
<meta charset="UTF-8" />
</head>
<body>
<a href="/archive"><h1>Kiwix Archive</h1></a>
<script>
location.href = '/archive';
</script>
</body>
</html>