404.html 421 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>YMB2B - Login</title>
  5. <template th:replace="components/head-link"></template>
  6. </head>
  7. <body class="inblog-page">
  8. <template th:replace="components/header"></template>
  9. <div class="main-content">
  10. <img src="/picture/404.png" alt="404" style="display:block;margin:20px auto;max-width:100%;">
  11. </div>
  12. <template th:replace="components/footer"></template>
  13. </body>
  14. </html>