aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
authorLibravatar Andrzej Ressel <jereksel@gmail.com>2020-01-29 23:02:12 +0100
committerLibravatar GitHub <noreply@github.com>2020-01-29 23:02:12 +0100
commit1298798a58c27ee9fb1d33e8fbed87987e2b8c2f (patch)
tree636f71d83424e9343711d23825fb091b28ba0dd9 /src/index.html
parentAdd 5.4.3 to changelog (diff)
downloadferdium-app-1298798a58c27ee9fb1d33e8fbed87987e2b8c2f.tar.gz
ferdium-app-1298798a58c27ee9fb1d33e8fbed87987e2b8c2f.tar.zst
ferdium-app-1298798a58c27ee9fb1d33e8fbed87987e2b8c2f.zip
Close body tag in index.html
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index 31e8aa553..6b67cc248 100644
--- a/src/index.html
+++ b/src/index.html
@@ -56,5 +56,5 @@
56 })(); 56 })();
57 } 57 }
58 </script> 58 </script>
59</body 59</body>
60</html> 60</html>