This commit is contained in:
q
2025-01-23 11:24:47 +02:00
parent d004f3c69d
commit 3da6a0f3c1

View File

@@ -4,6 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>MF</title> <title>MF</title>
</head> </head>
<body style="background: white; background-image: url('/static/mfl.svg'); background-repeat: no-repeat; background-size: cover;"> <body style="background: white; background-image: url('/static/mfl.svg'); background-repeat: no-repeat; background-size: contain; width: 100vw;height: 100vh;margin: 0px;background-position: center;">
</body> </body>
</html> </html>