UNPKG

@daiyu-5577/quickbuild

Version:

front-end build service

34 lines (29 loc) 552 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>404</title> <style> body, body { padding: 0; margin: 0; height: 100vh; background: #fff; } body { display: flex; align-items: center; justify-content: center; } .not-icon { margin-top: -100px; width: 60%; } </style> </head> <body> <img class="not-icon" src="/quick/static/images/404.webp" alt=""> </body> </html>