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