Update kiwix-js-uwp.html

Former-commit-id: b1cb7e34c8df8709a3e650ffb4a58b25a1552846 [formerly a230572becb945df20c8da4185c44e387bf82faa [formerly b67035fdd740da75a940e12c38007c2916b658fa]]
Former-commit-id: 7b82bc0206766e165bbf2257769a4d4cf2bc0e3c
Former-commit-id: 924662c2215cb93ac6dded2fb5d2f040cfc81794
This commit is contained in:
Jaifroid 2021-01-29 10:17:19 +00:00
parent fef057f761
commit b8becf70ed

View File

@ -1,20 +1,20 @@
<!DOCTYPE html> <!DOCTYPE html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Redirecting to latest Kiwix JS Windows UWP release</title> <title>Redirecting to latest Kiwix JS Windows UWP release</title>
<meta http-equiv="refresh" <meta http-equiv="refresh"
content="2; URL=https://github.com/kiwix/kiwix-js-windows/releases/tag/v1.1.3"> content="2; URL=https://github.com/kiwix/kiwix-js-windows/releases/tag/v1.1.4">
</head> </head>
<body> <body>
<div style="max-width: 1240px; margin: 3em auto"> <div style="max-width: 1240px; margin: 3em auto">
<h1>Redirecting to latest Kiwix JS Windows UWP release...</h1> <h1>Redirecting to latest Kiwix JS Windows UWP release...</h1>
<p>If your browser does not automatically redirect, please click on:</p> <p>If your browser does not automatically redirect, please click on:</p>
<p><a href="https://github.com/kiwix/kiwix-js-windows/releases/tag/v1.1.3"> <p><a href="https://github.com/kiwix/kiwix-js-windows/releases/tag/v1.1.4">
Kiwix JS Windows: releases Kiwix JS Windows: releases
</a> </a>
</p> </p>
<img style="margin-left: auto; margin-right: auto; width: 25%; display: block;" alt="Kiwix JS Logo" src="images/Kiwix_logo_v3_300_midnight_blue.png"> <img style="margin-left: auto; margin-right: auto; width: 25%; display: block;" alt="Kiwix JS Logo" src="images/Kiwix_logo_v3_300_midnight_blue.png">
</div> </div>
</body> </body>