mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-01-28 21:30:43 +00:00
21 lines
850 B
HTML
21 lines
850 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script type="text/javascript">
|
|
destination = {
|
|
"filter": "Filter",
|
|
"date": "Filters#date-filters",
|
|
"chat": "Filters#chat-filter",
|
|
"osl": "Open-Source-Licenses",
|
|
"iose2e": "iOS-Usage#encrypted-iosipados-backup",
|
|
null: ""
|
|
};
|
|
const dest = new URLSearchParams(window.location.search).get('dest');
|
|
window.location.href = `https://github.com/KnugiHK/WhatsApp-Chat-Exporter/wiki/${destination[dest]}`;
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<p>If the redirection doesn't work, you can find the documentation at <a href="https://github.com/KnugiHK/WhatsApp-Chat-Exporter/wiki">https://github.com/KnugiHK/WhatsApp-Chat-Exporter/wiki</a>.</p>
|
|
</body>
|
|
</html>
|