- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>YMB2B - Login</title>
- <template th:replace="components/head-link"></template>
- </head>
- <body class="inblog-page">
- <template th:replace="components/header"></template>
- <div class="main-content">
- <img src="/picture/404.png" alt="404" style="display:block;margin:20px auto;max-width:100%;">
- </div>
- <template th:replace="components/footer"></template>
- </body>
- </html>
|