File "qr-code-20250315101203.ejs"

Full Path: /home/wiomgjqe/neduas.store/v2/auto-import/qr-code-20250315101203.ejs
File size: 444 bytes
MIME-type: text/html
Charset: utf-8

<html>
<head>
  <title><%= type %> | QR Code</title>
    <style>
      * {
        margin: 0;
        padding: 0;
      }
      body{
        display: flex;
        justify-content: center;
        align-items: center;
      }
      img{
        height: auto;
        max-height: 100vh;
        width: auto;
        max-width: 100vw;
      }
    </style>
  </head>
  <body>
    <img src="<%= url %>" alt="<%= type %> qr code">
  </body>
</html>