Files
mini-flees/code/templates/index.html
2025-01-23 11:24:47 +02:00

11 lines
346 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MF</title>
</head>
<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>
</html>