mlv2boii 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{index.html → index.svg} +6 -3
- package/package.json +1 -1
package/{index.html → index.svg}
RENAMED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
<
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<foreignObject width="100%" height="100%">
|
|
3
|
+
<div xmlns="http://www.w3.org/1999/xhtml">
|
|
3
4
|
<head>
|
|
4
5
|
<meta charset="UTF-8" />
|
|
5
6
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
|
@@ -731,4 +732,6 @@ el("add-game-form").addEventListener("submit", async (e) => {
|
|
|
731
732
|
});
|
|
732
733
|
</script>
|
|
733
734
|
</body>
|
|
734
|
-
</
|
|
735
|
+
</div>
|
|
736
|
+
</foreignObject>
|
|
737
|
+
</svg>
|