Removed extra spaces from main.html, we have tested small.zim and there is no extra space in it.

This commit is contained in:
MohitMali 2023-03-14 18:59:45 +05:30
parent 09539e209e
commit 9a2573e7ca

View File

@ -1,11 +1,11 @@
<html>
<head>
<meta charset="UTF-8">
<title>Test ZIM file</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<head>
<meta charset="UTF-8">
<title>Test ZIM file</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
Test ZIM file
</body>
</html>
<body>
Test ZIM file
</body>
</html>