404.html 932 B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <meta name="resource-type" content="document">
  6. <link rel="stylesheet" href="${siteroot}/xmake.css" type="text/css" media="all">
  7. <link rel="stylesheet" href="${siteroot}/prism.css" type="text/css" media="all">
  8. <title>404 Not Found</title>
  9. </head>
  10. <body>
  11. <div style="padding: 22px;">
  12. <a href="${siteroot}"><img src="${siteroot}/logo.svg" width="120px"></a>
  13. </div>
  14. <div style="display:flex; flex-direction:column; justify-content:center; align-items:center; min-height:60vh;">
  15. <h1>
  16. Oops...
  17. </h1>
  18. <h4>
  19. It looks like the page you are looking for doesn't exist yet.
  20. </h4>
  21. <h4>
  22. You can contribute by adding new pages, fixing typos, etc. on the <a href="https://github.com/xmake-io/xmake-gendoc">GitHub repository</a>!
  23. </h4>
  24. </div>
  25. </body>
  26. </html>